github.com/tufanbarisyildirim/pop@v4.13.1+incompatible/nulls/int64.go (about)

     1  package nulls
     2  
     3  import (
     4  	"github.com/gobuffalo/nulls"
     5  )
     6  
     7  // Int64 replaces sql.Int64 with an implementation
     8  // that supports proper JSON encoding/decoding.
     9  //
    10  // Deprecated: use github.com/gobuffalo/nulls#Int64 instead.
    11  type Int64 = nulls.Int64
    12  
    13  // NewInt64 returns a new, properly instantiated
    14  // Int64 object.
    15  //
    16  // Deprecated: use github.com/gobuffalo/nulls#NewInt64 instead.
    17  var NewInt64 = nulls.NewInt64