aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/os_other.go
blob: 33814c4368d472610b8f065d6c1277d8ba2b6a98 (plain)
1
2
3
4
5
6
7
8
9
//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
// choice for this for its wide hardware support.

package runtime

const GOOS = "linux"