[ 原始碼: golang-github-dchest-uniuri ]
套件:golang-github-dchest-uniuri-dev(0.0~git20200228.7aecb25-1)
golang-github-dchest-uniuri-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-dchest-uniuri:
- [golang-github-dchest-uniuri_0.0~git20200228.7aecb25-1.dsc]
- [golang-github-dchest-uniuri_0.0~git20200228.7aecb25.orig.tar.xz]
- [golang-github-dchest-uniuri_0.0~git20200228.7aecb25-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
generator of random strings to identify unique objects
This Go package contains software to generate random strings good for use in URIs to identify unique objects.
A standard string created by New() is 16 bytes in length and consists of Latin upper and lowercase letters, and numbers (from the set of 62 allowed characters), which means that it has ~95 bits of entropy. To get more entropy, you can use NewLen(UUIDLen), which returns 20-byte string, giving ~119 bits of entropy, or any other desired length.