I am using go on OS X 10.12. I installed go using the OS X package installer 
<https://golang.org/doc/install#osx>, which installed it to /usr/local/go. 
I've tried installing other go tools. For example, I used go get 
golang.org/x/tools/cmd/goimports to install goimports, and it installed to 
~/go, which I understand is related to my GOPATH setting. So far so good.

I tried to install go's rename tool using go 
get golang.org/x/tools/refactor/rename. This installed some related files 
in ~/go/src and ~/go/pkg, but it didn't install a new tool in ~/go/bin, and 
I'm wondering why?

Thanks.

-- 
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.

Reply via email to