Hi All!
How to specify -from for gorename to rename an object in main package if I have several mains (in different directories) in my GOPATH ?
src/app1/main.go << there is package main
src/app2/main.go << there is package main too
I need to rename type Foo to Bar in app2.
$ gorename -from ... ?
Can you provide an example for me?