repositorypackage
0.0.0-20240719050749-165e75e768f7
Repository: https://github.com/kevinburke/go-types.git
Documentation: pkg.go.dev
# README
go-types
This is a library of types that are useful for dealing with JSON API's, and/or
database fields. Currently supports NullString
and NullTime
, both of which
can be serialized to/from JSON or a database.