This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
Tasks
mirror of
https://github.com/thewhitetulip/Tasks.git
Watch
1
Star
0
Fork
You've already forked Tasks
1
Code
Issues
Projects
Releases
Wiki
Activity
1c931c0a8d
Tasks
/
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
}