Tasks/types/types.go
2015-11-14 15:40:21 +05:30

9 lines
97 B
Go

package types
type Task struct {
Id int
Title string
Content string
Created string
}