GO Path not installing on Mac

Hello, I’m running a fresh install of Max OS 10.13.6 and Go doesn’t seem to want to install the Go Path folder inside my user name in the normal location. I’ve tried to use code to install it there manually, but that’s not working either, has anybody got any ideas

Im using go1 12.1 Darwin-amd64

On Mac OS GOPATH goes in $HOME/.bash_profile so check if you have it there. Also you can use this tool to install easy the development environment.

What do you mean by “installing gopath”?

What does go env GOPATH print? What would you expect to see instead?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.