Documentation
¶
Index ¶
- Constants
- func CastToInt64(value uint64) (int64, error)
- func CastToUint64(value int64) (uint64, error)
- func GetStringValuesFromInt32StringMap(mapping map[int32]string) []string
- func SafeAddHexPrefix(string string) string
- func SafeRemoveHexPrefix(string string) string
- func SafeUnquote(s string) string
- func ToInt64(value string) (int64, error)
Constants ¶
View Source
const HexPrefix string = "0x"
Variables ¶
This section is empty.
Functions ¶
func CastToInt64 ¶
func CastToUint64 ¶
func SafeAddHexPrefix ¶
SafeAddHexPrefix - adds 0x prefix to a string if it does not have one
func SafeRemoveHexPrefix ¶
SafeRemoveHexPrefix - removes 0x prefix from a string if it has one
func SafeUnquote ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.