On Wed, Aug 31, 2016 at 5:19 PM, Dan Kortschak <[email protected]> wrote: > One of my users has struck a problem with an install of go1.7 from the > packages at [1] that has me baffled. I don't use a mac, so I've depleted > my knowledge of what might be going on here. Can anyone help?
> $ go run hello.go > cmd/go: unsupported GOOS/GOARCH pair darwin/x86_64 > GOARCH="x86_64" Set GOARCH in the environment to amd64, not x86_64. Or don't bother to set it at all. Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
