aboutsummaryrefslogtreecommitdiff
path: root/src/os/removeall_noat.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/removeall_noat.go')
-rw-r--r--src/os/removeall_noat.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/removeall_noat.go b/src/os/removeall_noat.go
index 7c888baaa9..853e0eddfc 100644
--- a/src/os/removeall_noat.go
+++ b/src/os/removeall_noat.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 !aix && !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris
// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris
package os