John L. Hamilton
John L. Hamilton
@lucianomda This appears to be an issue with go1.4 on certain versions of macos: https://github.com/golang/go/issues/17182 I was able to get it to work by bootstrapping with go1.7.1 instead of 1.4:...
@enyrgy You're right, the problem reported by @lucianomda is a separate issue from the original. I apologize for the thread hijack. For the original problem, it looks like @piotrkochan is...
@enyrgy the README already covers this in the section [A Note on Compiling Go 1.5+](https://github.com/moovweb/gvm#a-note-on-compiling-go-15). But, it could probably be clarified some. That section makes it sound like you MUST...