Hi, While working through https://research.swtch.com/vgo-tour, I get an error running vgo on mac os x (Sierra, 10.12.6):
» vgo vgo objabi: cannot find GOMIPS I was expecting it to show the help page. There was a similar issue reported here <https://github.com/golang/go/issues/23953> and the suggestion was to upgrade to go1.10, but that doesn't work for me: » go version go version go1.10.1 darwin/amd64 » go env GOARCH="amd64" GOBIN="" GOCACHE="/Users/xx/Library/Caches/go-build" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="darwin" GOPATH="/Users/xx/Workspace/Go" GORACE="" GOROOT="/usr/local/Cellar/go/1.10.1/libexec" GOTMPDIR="" GOTOOLDIR="/usr/local/Cellar/go/1.10.1/libexec/pkg/tool/darwin_amd64" GCCGO="gccgo" CC="clang" CXX="clang++" CGO_ENABLED="1" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/3h/t9hxlq8s7dzf9t1qmp7hmrwmf3963p/T/go-build128268589=/tmp/go-build -gno-record-gcc-switches -fno-common" As an aside, when I use the the official <https://hub.docker.com/_/golang/> Docker image (golang:1.10) to install and run vgo, it works fine. Anyone else see this? Thx! -- 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 golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.