Tasks/types/types.go

8 lines
81 B
Go
Raw Normal View History

2015-11-13 14:34:42 +05:30
package types
type Task struct {
Id int
Title string
Content string
}