Closed
Description
The release of Go 1.13 includes two new types in the database/sql package: NullTime
and NullInt32
. We should use those types instead of reaching for lib/pq
.
The release of Go 1.13 includes two new types in the database/sql package: NullTime
and NullInt32
. We should use those types instead of reaching for lib/pq
.