Categorygithub.com/wego/pkg/encoding
modulepackage
0.1.6
Repository: https://github.com/wego/pkg.git
Documentation: pkg.go.dev

# Functions

IDToRef convert defined ID to reference.
RefToID convert defined reference to id.
String2Uint is the revert of Uint2String It returns negative result in 2 cases: - s contains character not exist in chars - the result is bigger than max int64 (integer overflow happen).
Uint2String converts a number to a string using characters from chars.