package main import "time" type Task struct { Id int From *time.Time To *time.Time Tag *string Comment string }