Registry / serialization / volatiletech-null

volatiletech-null

JSON →
library8.0.0+incompatiblegogounverified

Package null provides nullable types for SQL and JSON serialization.

go get github.com/volatiletech/null
INSTALL
IMPORT
SIG · VOLATILETECH-NULL
V
volatiletech-null
serializationgov8.0.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

null
github.com/volatiletech/null

Use a nullable string type

package main import ( "fmt" "github.com/volatiletech/null" ) func main() { var s null.String s.Scan("hello") fmt.Println(s.String) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.0.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Meta
1
OpenAI (training)
1
Resources
volatiletech-null — go get volatiletech-null · libregistry