proxy.golang.org : github.com/rwxrob/uniq : v0.1.5
Package uniq provides several universal unique identifiers. Package uniq is a utility package that provides common random unique identifiers in UUID, Base32, and n*2 random hexadecimal characters. When a simple random identifier is all that is needed Base32() provides a better alternative to UUID(). It takes less space (32 characters), is safe for use with all filesystems including case-insensitive ones, and provides additional randomness increased from 2^128 (uuid) to 2^160 (base32). This package includes the following convenience commands as well for use when integrating with shell scripts:
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/rwxrob/uniq@v0.1.5
Published:
Indexed:
- github.com/rogpeppe/go-internal v1.8.1
- github.com/rwxrob/bonzai v0.3.0
- github.com/rwxrob/config v0.4.0
- github.com/rwxrob/fn v0.3.3
- github.com/rwxrob/fs v0.5.0
- github.com/rwxrob/help v0.2.1
- github.com/rwxrob/json v0.6.0
- github.com/rwxrob/scan v0.6.1
- github.com/rwxrob/structs v0.5.1
- github.com/rwxrob/term v0.2.6
- github.com/rwxrob/to v0.4.5
- github.com/rwxrob/y2j v0.3.4
- golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
- golang.org/x/mod v0.5.1
- golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b