diff options
Diffstat (limited to 'src/runtime/os_other.go')
-rw-r--r-- | src/runtime/os_other.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/os_other.go b/src/runtime/os_other.go index c8330bafc..33814c436 100644 --- a/src/runtime/os_other.go +++ b/src/runtime/os_other.go @@ -1,4 +1,4 @@ -//go:build linux && (baremetal || nintendoswitch || wasi || wasm_unknown) +//go:build linux && (baremetal || nintendoswitch || wasm_unknown) // Other systems that aren't operating systems supported by the Go toolchain // need to pretend to be an existing operating system. Linux seems like a good |