1
0
mirror of https://github.com/golang/go synced 2024-11-26 04:58:00 -07:00
go/src/strconv
Damien Neil 1402b27d46 strconv: document parsing of leading +/-
Explicitly document the handling of a sign prefix, and the interaction
between the sign and base prefixes.

Fixes #46641.

Change-Id: I3cd6773e3f074fe671a944a05a79d2408137fcd4
Reviewed-on: https://go-review.googlesource.com/c/go/+/325875
Trust: Damien Neil <dneil@google.com>
Run-TryBot: Damien Neil <dneil@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
2021-06-09 18:16:27 +00:00
..
testdata
atob_test.go
atob.go
atoc_test.go
atoc.go
atof_test.go strconv: ParseFloat: always return ErrSyntax for bad syntax 2021-06-07 21:12:46 +00:00
atof.go strconv: ParseFloat: always return ErrSyntax for bad syntax 2021-06-07 21:12:46 +00:00
atoi_test.go strconv: document parsing of leading +/- 2021-06-09 18:16:27 +00:00
atoi.go strconv: document parsing of leading +/- 2021-06-09 18:16:27 +00:00
bytealg_bootstrap.go strconv: add QuotedPrefix 2021-05-04 00:56:00 +00:00
bytealg.go strconv: add QuotedPrefix 2021-05-04 00:56:00 +00:00
ctoa_test.go
ctoa.go
decimal_test.go
decimal.go
doc.go
eisel_lemire.go
example_test.go
export_test.go
fp_test.go
ftoa_test.go
ftoa.go
ftoaryu_test.go
ftoaryu.go strconv: remove unused extfloat (Grisu3) ftoa code 2021-04-27 17:03:53 +00:00
internal_test.go
isprint.go
itoa_test.go
itoa.go
makeisprint.go
quote_test.go strconv: add QuotedPrefix 2021-05-04 00:56:00 +00:00
quote.go strconv: add QuotedPrefix 2021-05-04 00:56:00 +00:00
strconv_test.go