Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseInteger ¶
ParseInteger parses a string s in the given base and returns a value of type T. T must be an integer type (signed or unsigned). The base argument must be between 2 and 36, or be 0.
Inspired by discussion in issue https://github.com/golang/go/issues/76223.
Types ¶
Click to show internal directories.
Click to hide internal directories.