diff options
Diffstat (limited to 'src/os/dir_other.go')
-rw-r--r-- | src/os/dir_other.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/dir_other.go b/src/os/dir_other.go index 60cd9f8e6..0f32a12e4 100644 --- a/src/os/dir_other.go +++ b/src/os/dir_other.go @@ -1,4 +1,4 @@ -//go:build baremetal || js || windows || wasm_unknown +//go:build baremetal || js || windows || wasm_unknown || nintendoswitch // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style |