Skip to content

spkg/nullable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nullable Types

GoDoc Build Status (Linux) Build status (Windows) license Coverage Status GoReportCard

The nullable package provides a number of types that represent values that may be null. The standard Go library already includes types in the database/sql package for this purpose including NullBool, NullFloat64, NullInt64 and NullString.

The types in this package add to this list for convenience. The other significant difference is that the types in this package all implement the json.Marshaler and json.Unmarshaler interfaces, which are used for serializing to and from JSON.

Releases

No releases published

Packages

No packages published

Languages