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
mysql.NullTime is depricated https://github.com/go-sql-driver/mysql/issues/960 database/sql will have a NullTime type from Go1.13 onward, which should be used instead https://github.com/golang/go/issues/30305