Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorUnknownSymbolInString = errors.New(`Unknown symbol in string`)
ErrorUnknownSymbolInString The error occurs when you convert from a string to a number
Functions ¶
This section is empty.
Types ¶
type B64 ¶
type B64 interface { String() string // Return 64 bit integer in 64-based scale of notation Uint64() uint64 // Return 64 bit unsigned integer Int64() int64 // Return 64 bit signed integer Bits() string // Return 64 bit integer by bits - string of 0 or 1, string length 64 symbols Error() error // Return last error after conversion }
B64 Type of interface of converter
Click to show internal directories.
Click to hide internal directories.