Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrOverflow = errors.New("overflow")
Functions ¶
func ParseFloat64 ¶
ParseFloat64 parses floating-point number s.
It is equivalent to strconv.ParseFloat(s, 64) in case it succeeds, but on error it will return the best effort value of what it has parsed so far.
func ParseInt64 ¶
ParseInt64 parses int64 number s.
It is equivalent to strconv.ParseInt(s, base, 64) in case it succeeds, but on error it will return the best effort value of what it has parsed so far.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.