package
0.0.0-20150502143815-d26fc8558261
Repository: https://github.com/devmine/api-server.git
Documentation: pkg.go.dev
# Functions
IntToStr converts 'n' base 10 number to its string representation.
StrToFloat converts 's' into its float64 form.
StrToInt converts 's' into its int64 form.
StrToUint converts 's' into its uint64 form.