TaskFlow/types/types.go

9 lines
97 B
Go

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