Documentation ¶ Index ¶ func GenNonceStr(baseStr string, length int) string func MD5UUID() string func RandomI64() int64 func SHA256UUID() string func SecGenNonceStr(baseStr string, length int) string func SecRandomI64() int64 type Intn Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GenNonceStr ¶ func GenNonceStr(baseStr string, length int) string 生成随机字符串 func MD5UUID ¶ func MD5UUID() string func RandomI64 ¶ func RandomI64() int64 func SHA256UUID ¶ added in v0.0.3 func SHA256UUID() string func SecGenNonceStr ¶ func SecGenNonceStr(baseStr string, length int) string Security rand func SecRandomI64 ¶ func SecRandomI64() int64 Types ¶ type Intn ¶ type Intn func(n int) int Source Files ¶ View all Source files i64.go util.go uuid.go Click to show internal directories. Click to hide internal directories.