github.com/pjdufour-truss/pop@v4.11.2-0.20190705085848-4c90b0ff4d5a+incompatible/nulls/int.go (about)

     1  package nulls
     2  
     3  import (
     4  	"github.com/gobuffalo/nulls"
     5  )
     6  
     7  // Int adds an implementation for int
     8  // that supports proper JSON encoding/decoding.
     9  type Int nulls.Int
    10  
    11  // NewInt returns a new, properly instantiated
    12  // Int object.
    13  var NewInt = nulls.NewInt