Documentation ¶
Overview ¶
Package baseconv Convert a number string between arbitrary bases
Index ¶
Constants ¶
View Source
const (
BASE62Text = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
)
consts
Variables ¶
View Source
var ( ErrInvalidBase = errors.New("the base value must be between 2 and 62") ErrInvalidNumer = errors.New("the number string is invalid") )
vars
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.