Registry / utility / dchest-uniuri

dchest-uniuri

JSON →
library1.2.0gogounverified

Generates random strings suitable for use in URIs to identify unique objects.

go get github.com/dchest/uniuri
INSTALL
IMPORT
SIG · DCHEST-UNIURI
D
dchest-uniuri
utilitygov1.2.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.

uniuri
github.com/dchest/uniuri

Generate a random URI-safe string.

package main import ( "fmt" "github.com/dchest/uniuri" ) func main() { s := uniuri.New() fmt.Println(s) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
dchest-uniuri — go get dchest-uniuri · libregistry