If I get it right, GOOS
is determined when compile the source code.
To better support multiple OS, I'm interested in what GOOS
could be.
Of course, there might be infinite possibilities of it, since Go is opensourced. So what I really want is a "common list".
Known values are:
windows
linux
darwin
or freebsd
or unix
? I know that at least one of them must exist.