package
0.0.0-20190109094410-1770643777fa
Repository: https://github.com/zcong1993/libgo.git
Documentation: pkg.go.dev

# Functions

ComparePassword compare password and hash.
GenerateRandomBytes returns securely generated random bytes.
GenerateRandomString returns a securely generated random string.
GenerateRandomStringURLSafe returns a URL-safe, base64 encoded securely generated random string.
HashPassword hash password using scrypto hash method.
MustUUID must generate a uuid.
No description provided by the author
Num2String transfer number to string, will panic when given other type.
RepeatN repeat n times of Repeatable.
Str2int convert string to int.
Str2int64 convert string to int64.
Str2uint64 convert string to uint64.

# Interfaces

Repeatable is interface for Repeatable.

# Type aliases

No description provided by the author