#Nullable
Very simple Go module to handle nullable fields. Basically, it adds to sql
package types the JSON marshal and
unmarshal features. It has 100% of coverage and includes also Scan
tests to make sure that empty values from
database are properly assigned.
go get github.com/diegohordi/nullable
import "github.com/diegohordi/nullable"
- Fuzzy tests
- Benchmark tests