Registry / utility / aaronland-go-uid-whosonfirst

aaronland-go-uid-whosonfirst

JSON →
library0.0.7gogounverified

Package whosonfirst provides an implementation of the aaronland/go-uid interface using Who's On First identifiers.

go get github.com/aaronland/go-uid-whosonfirst
INSTALL
IMPORT
SIG · AARONLAND-GO-UID-W
A
aaronland-go-uid-whosonfirst
utilitygov0.0.7
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.

whosonfirst
github.com/aaronland/go-uid-whosonfirst

Creates a Who's On First UID from a string and prints it.

package main import ( "fmt" "github.com/aaronland/go-uid-whosonfirst" ) func main() { uid, err := whosonfirst.NewUIDFromString("12345") if err != nil { panic(err) } fmt.Println(uid.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
36
OpenAI (training)
1
Resources
aaronland-go-uid-whosonfirst — go get aaronland-go-uid-whosonfirst · libregistry