Registry / utility / kevinburke-go-types

kevinburke-go-types

JSON →
library0.0.0-20260305071322-1b56584224d7gogounverified

A Go package providing custom types like PrefixUUID, NullString, and NullTime for REST APIs and databases.

go get github.com/kevinburke/go-types
INSTALL
IMPORT
SIG · KEVINBURKE-GO-TYPE
K
kevinburke-go-types
utilitygov0.0.0-20260305071322-1b56584224d7
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.

types
github.com/kevinburke/go-types

Create and print a PrefixUUID.

package main import ( "fmt" "github.com/kevinburke/go-types" ) func main() { uuid := types.PrefixUUID{Prefix: "user", UUID: "123e4567-e89b-12d3-a456-426614174000"} fmt.Println(uuid.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260305071322-1b56584224d7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kevinburke-go-types — go get kevinburke-go-types · libregistry