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

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