package main import ( "time" //"fmt" ) var messages []*string func main() { initializeDatabase() startServer() //listener, err = net.Listen("socket", "/tmp/ } type BlogPost struct { Id int64 `"id"` Content string `"content"` Author string `"author"` Secret string `"secret"` Time time.Time `"time"` FTime string `"ftime"` }