Registry / database / volatiletech-null-v8

volatiletech-null-v8

JSON →
library8.1.3gogounverified

Package null provides nullable types for Go, similar to SQL NULL values.

go get github.com/volatiletech/null/v8
INSTALL
IMPORT
SIG · VOLATILETECH-NULL-
V
volatiletech-null-v8
databasegov8.1.3
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/v8

Creates a nullable string and sets a valid value.

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

No known issues recorded.

Upgrade
Version history
8.1.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
22
Meta
2
OpenAI (training)
1
Resources