TaskFlow/types/types.go

9 lines
97 B
Go
Raw Normal View History

2015-11-13 17:04:42 +08:00
package types
type Task struct {
Id int
Title string
Content string
Created string
2015-11-13 17:04:42 +08:00
}