gopkg
gopkg copied to clipboard
Installed binary contains version number in name
Running
go get -u gopkg.in/alecthomas/gometalinter.v1
I get an installed binary called gometalinter.v1
. I would expect to simple call a binary called gometalinter
directly, but that does not work.
Is that something that can be fixed in gopkg? Or is this dependent on logic within go get
?