From 3a8b54f035ce2dbd7e9ccac3e7fed031ce59fdca Mon Sep 17 00:00:00 2001 From: Jesse Jarzynka Date: Tue, 13 Dec 2016 12:30:12 -0500 Subject: [PATCH] Adding a link to GOOS and GOARCH variable docs --- WindowsCrossCompiling.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WindowsCrossCompiling.md b/WindowsCrossCompiling.md index c85b4c76..1fc6dbd8 100644 --- a/WindowsCrossCompiling.md +++ b/WindowsCrossCompiling.md @@ -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].