go/src/strconv
Dmitri Shuralyov bf97e724b5 all: drop old +build lines
Running 'go fix' on the cmd+std packages handled much of this change.

Also update code generators to use only the new go:build lines,
not the old +build ones.

For #41184.
For #60268.

Change-Id: If35532abe3012e7357b02c79d5992ff5ac37ca23
Cq-Include-Trybots: luci.golang.try:gotip-linux-386-longtest,gotip-linux-amd64-longtest,gotip-windows-amd64-longtest
Reviewed-on: https://go-review.googlesource.com/c/go/+/536237
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2023-10-19 23:33:27 +00:00
..
testdata
atob.go
atob_test.go strconv: add missing function name, avoid unnecessary raw string 2023-08-24 18:08:43 +00:00
atoc.go
atoc_test.go
atof.go
atof_test.go
atoi.go
atoi_test.go strconv: add Atoi test cases with characters less than '0' 2023-02-21 05:09:21 +00:00
bytealg.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
bytealg_bootstrap.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
ctoa.go
ctoa_test.go
decimal.go
decimal_test.go
doc.go all: add a few links in package godocs 2023-03-25 10:16:23 +00:00
eisel_lemire.go
example_test.go strconv: add example for QuotedPrefix 2023-10-13 22:57:37 +00:00
export_test.go
fp_test.go
ftoa.go strconv: use the built-in min/max function 2023-08-11 03:21:10 +00:00
ftoa_test.go
ftoaryu.go
ftoaryu_test.go
internal_test.go
isprint.go
itoa.go
itoa_test.go
makeisprint.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
quote.go strconv: rely on utf8.AppendRune 2023-08-17 05:23:49 +00:00
quote_test.go
strconv_test.go