aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/web/bootstrap.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/internal/web/bootstrap.go')
-rw-r--r--src/cmd/go/internal/web/bootstrap.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/go/internal/web/bootstrap.go b/src/cmd/go/internal/web/bootstrap.go
index 781702100a..08686cdfcf 100644
--- a/src/cmd/go/internal/web/bootstrap.go
+++ b/src/cmd/go/internal/web/bootstrap.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build cmd_go_bootstrap
// +build cmd_go_bootstrap
// This code is compiled only into the bootstrap 'go' binary.