go get -u github.com/tomi77/go-sqlx
import sqlx "github.com/tomi77/go-sqlx" type Tab struct { ID uint32 Value sqlx.NullInt8 }