Adding a link to GOOS and GOARCH variable docs

Jesse Jarzynka 2016-12-13 12:30:12 -05:00
parent b0b466b953
commit 3a8b54f035

@ -1,5 +1,7 @@
# Building windows go programs on linux
See [here](https://golang.org/doc/install/source#environment) for available `GOOS` and `GOARCH` values.
## Go version >= 1.5
Since Go version 1.5 cross-compiling has become very easy. Try it out with the code below. More can be found at this blog post by [Dave Cheney][1].