Registry / utility / aidarkhanov-nanoid

aidarkhanov-nanoid

JSON →
library1.0.8gogounverified

Fast and convenient unique string generator.

go get github.com/aidarkhanov/nanoid
INSTALL
IMPORT
SIG · AIDARKHANOV-NANOID
A
aidarkhanov-nanoid
utilitygov1.0.8
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.

nanoid
github.com/aidarkhanov/nanoid

Generate a unique ID with custom alphabet and length.

package main import ( "fmt" "github.com/aidarkhanov/nanoid" ) func main() { id, _ := nanoid.Generate("0123456789abcdef", 10) fmt.Println(id) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Meta
1
OpenAI (training)
1
Resources
aidarkhanov-nanoid — go get aidarkhanov-nanoid · libregistry