This website requires JavaScript.
Explore
Help
Sign In
lion187
/
TaskFlow
forked from
OrgGo/Tasks
Watch
1
Star
0
Fork
You've already forked TaskFlow
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a5f50060aa
TaskFlow
/
types
/
types.go
9 lines
97 B
Go
Raw
Normal View
History
Unescape
Escape
initial commit
2015-11-13 17:04:42 +08:00
package
types
type
Task
struct
{
Id
int
Title
string
Content
string
now we display created timestamp on tasks
2015-11-14 18:10:21 +08:00
Created
string
initial commit
2015-11-13 17:04:42 +08:00
}