aboutsummaryrefslogtreecommitdiff
path: root/src/internal/cpu/cpu_arm64_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/cpu/cpu_arm64_linux.go')
-rw-r--r--src/internal/cpu/cpu_arm64_linux.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/internal/cpu/cpu_arm64_linux.go b/src/internal/cpu/cpu_arm64_linux.go
index 2f7411ff1e..c3a3f9a8e9 100644
--- a/src/internal/cpu/cpu_arm64_linux.go
+++ b/src/internal/cpu/cpu_arm64_linux.go
@@ -2,9 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build arm64
-// +build linux
-// +build !android
+//go:build arm64 && linux && !android
+// +build arm64,linux,!android
package cpu