Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // IntRegex is the regex checked for int `Args`. Underscores will be removed // if they are in a valid position (not the first or last character). IntRegex = regexp.MustCompile("^-?[0-9](_?[0-9])*?$") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.