gopkg icon indicating copy to clipboard operation
gopkg copied to clipboard

Installed binary contains version number in name

Open HaraldNordgren opened this issue 6 years ago • 0 comments

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?

HaraldNordgren avatar Jul 28 '18 17:07 HaraldNordgren