aboutsummaryrefslogtreecommitdiff
path: root/src/sort
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/sort
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/sort')
-rw-r--r--src/sort/gen_sort_variants.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sort/gen_sort_variants.go b/src/sort/gen_sort_variants.go
index 89500e1c10..95fca70987 100644
--- a/src/sort/gen_sort_variants.go
+++ b/src/sort/gen_sort_variants.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build ignore
-// +build ignore
// This program is run via "go generate" (via a directive in sort.go)
// to generate implementation variants of the underlying sorting algorithm.