Skip to content

spkg/nullable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

92f0e35 · Aug 31, 2016

History

20 Commits
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Mar 16, 2016
Jun 24, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Mar 21, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Mar 28, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016
Aug 31, 2016

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