Registry / utility / taskcluster-slugid-go

taskcluster-slugid-go

JSON →
library1.1.0gogounverified

Generates URL-safe unique identifiers (slug IDs) for Taskcluster.

go get github.com/taskcluster/slugid-go
INSTALL
IMPORT
SIG · TASKCLUSTER-SLUGID
T
taskcluster-slugid-go
utilitygov1.1.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.

slugid
github.com/taskcluster/slugid-go

Generate a new slug ID.

package main import ( "fmt" "github.com/taskcluster/slugid-go" ) func main() { id := slugid.Nice() fmt.Println(id) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
taskcluster-slugid-go — go get taskcluster-slugid-go · libregistry