package mindflow import ( "time" ) type Post struct { Category string Date time.Time Title string Body string }