I have a struct that I intend to populate with a database record, one of the datetime columns is nullable:
type Reminder struct { Id int Crea
Might also want to check the go-sql-driver implementation, which is basically the same thing as recommended above. https://godoc.org/github.com/go-sql-driver/mysql#NullTime