I followed the steps on your developer machine setup (Mac) page, things went well for most part but my make test
fails with
make: go: No such file or directory
make: *** [install] Error 1
Pointers?
I followed the steps on your developer machine setup (Mac) page, things went well for most part but my make test
fails with
make: go: No such file or directory
make: *** [install] Error 1
Pointers?
Figured it out. My GOROOT
wasn’t set correctly and it’s bin
wasn’t in the PATH
.