diff options
Diffstat (limited to 'src/os/dir_unix.go')
-rw-r--r-- | src/os/dir_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/dir_unix.go b/src/os/dir_unix.go index 03624e9cf..7ff92d231 100644 --- a/src/os/dir_unix.go +++ b/src/os/dir_unix.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build linux && !baremetal && !wasip1 && !wasip2 && !wasm_unknown +//go:build linux && !baremetal && !wasip1 && !wasip2 && !wasm_unknown && !nintendoswitch package os |