github.com/mpontillo/pop@v4.13.1+incompatible/nulls/int32.go (about) 1 package nulls 2 3 import ( 4 "github.com/gobuffalo/nulls" 5 ) 6 7 // Int32 adds an implementation for int32 8 // that supports proper JSON encoding/decoding. 9 // 10 // Deprecated: use github.com/gobuffalo/nulls#Int32 instead. 11 type Int32 = nulls.Int32 12 13 // NewInt32 returns a new, properly instantiated 14 // Int object. 15 // 16 // Deprecated: use github.com/gobuffalo/nulls#NewInt32 instead. 17 var NewInt32 = nulls.NewInt32