Registry / utility / rs-xid

rs-xid

JSON →
library1.6.0gogounverified

Package xid is a globally unique ID generator suited for web scale, producing compact and sortable identifiers.

go get github.com/rs/xid
INSTALL
IMPORT
SIG · RS-XID
R
rs-xid
utilitygov1.6.0
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.

xid
github.com/rs/xid

Generate a new XID

package main import ( "fmt" "github.com/rs/xid" ) func main() { id := xid.New() fmt.Println(id.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rs-xid — go get rs-xid · libregistry