Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseFloat32 ¶
ParseFloat32 calls strconv.ParseFloat(s, 32).
func ParseFloat64 ¶
ParseFloat64 calls strconv.ParseFloat(s, 64).
func ParseInt64 ¶
ParseInt64 calls strconv.ParseInt(s, 10, 64).
func ParseUint64 ¶
ParseUint64 calls strconv.ParseUint(s, 10, 64).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.