Tasks/types/types.go

8 lines
81 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
}