README ¶ utility Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables func AppendInt(buf []byte, u uint64) []byte func DecodeInt(buf []byte) uint64 func EncodeInt(u uint64) []byte func NewIntEncoder(digits string) (*intEncoder, error) func UniqueId() string Constants ¶ This section is empty. Variables ¶ View Source var GlobalRand1 = rand.New(rand.NewSource(int64(time.Now().Nanosecond()))) View Source var GlobalRand2 = rand.New(rand.NewSource(int64(time.Now().Unix()))) Functions ¶ func AppendInt ¶ func AppendInt(buf []byte, u uint64) []byte func DecodeInt ¶ func DecodeInt(buf []byte) uint64 func EncodeInt ¶ func EncodeInt(u uint64) []byte func NewIntEncoder ¶ func NewIntEncoder(digits string) (*intEncoder, error) func UniqueId ¶ func UniqueId() string Types ¶ This section is empty. Source Files ¶ View all Source files Encrypt.goRandom.goUniqueId.go Click to show internal directories. Click to hide internal directories.