Thank you! On Thursday, October 5, 2017 at 9:31:09 AM UTC-7, Jan Mercl wrote: > > > On Thu, Oct 5, 2017 at 5:22 PM sparc1998 <ryan.l...@gmail.com > <javascript:>> 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.