aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/bootstrap.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/compile/internal/gc/bootstrap.go')
-rw-r--r--src/cmd/compile/internal/gc/bootstrap.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/compile/internal/gc/bootstrap.go b/src/cmd/compile/internal/gc/bootstrap.go
index 2e13d6b57a..37b0d59ede 100644
--- a/src/cmd/compile/internal/gc/bootstrap.go
+++ b/src/cmd/compile/internal/gc/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 !go1.8
// +build !go1.8
package gc