On Thu, Oct 5, 2017 at 5:22 PM sparc1998 <ryan.lefe...@gmail.com> wrote:

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

Because its a package. Use $ go get golang.org/x/tools
<https://godoc.org/golang.org/x/tools>/cmd
<https://godoc.org/golang.org/x/tools/cmd>/gorename to install the command.

-- 

-j

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