Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseBestEffort ¶
ParseBestEffort parses floating-point number s.
It is equivalent to strconv.ParseFloat(s, 64), but is faster.
0 is returned if the number cannot be parsed.
func ParseInt64BestEffort ¶ added in v1.1.0
ParseInt64BestEffort parses int64 number s.
It is equivalent to strconv.ParseInt(s, 10, 64), but is faster.
0 is returned if the number cannot be parsed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.