aboutsummaryrefslogtreecommitdiff
path: root/src/strconv
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2023-10-17 15:19:33 -0400
committerGopher Robot <gobot@golang.org>2023-10-19 23:33:27 +0000
commitbf97e724b50303e721d62b59cca726a679d492ce (patch)
tree4a8c15c87a23934e30f15b686c072bc260958901 /src/strconv
parentb2fd76ab8dd72b9f2135c1e9b15130e6028fc838 (diff)
downloadgo-bf97e724b50303e721d62b59cca726a679d492ce.tar.gz
go-bf97e724b50303e721d62b59cca726a679d492ce.zip
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>
Diffstat (limited to 'src/strconv')
-rw-r--r--src/strconv/bytealg.go1
-rw-r--r--src/strconv/bytealg_bootstrap.go1
-rw-r--r--src/strconv/makeisprint.go1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/strconv/bytealg.go b/src/strconv/bytealg.go
index a2bb12c5f2..6fe1624c0e 100644
--- a/src/strconv/bytealg.go
+++ b/src/strconv/bytealg.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build !compiler_bootstrap
-// +build !compiler_bootstrap
package strconv
diff --git a/src/strconv/bytealg_bootstrap.go b/src/strconv/bytealg_bootstrap.go
index 0ed79f4de7..12d96e5b53 100644
--- a/src/strconv/bytealg_bootstrap.go
+++ b/src/strconv/bytealg_bootstrap.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build compiler_bootstrap
-// +build compiler_bootstrap
package strconv
diff --git a/src/strconv/makeisprint.go b/src/strconv/makeisprint.go
index 909f9e4787..ff361e7b41 100644
--- a/src/strconv/makeisprint.go
+++ b/src/strconv/makeisprint.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build ignore
-// +build ignore
//
// usage: