diff options
Diffstat (limited to 'src/os/file_anyos.go')
-rw-r--r-- | src/os/file_anyos.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/file_anyos.go b/src/os/file_anyos.go index da70d7284..593512cb5 100644 --- a/src/os/file_anyos.go +++ b/src/os/file_anyos.go @@ -1,4 +1,4 @@ -//go:build !baremetal && !js && !wasm_unknown +//go:build !baremetal && !js && !wasm_unknown && !nintendoswitch // Portions copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style |