Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

report error when attempting to install commands? #1032

Open
KantarBruceAdams opened this issue Oct 31, 2018 · 0 comments
Open

report error when attempting to install commands? #1032

KantarBruceAdams opened this issue Oct 31, 2018 · 0 comments

Comments

@KantarBruceAdams
Copy link

I tried to run:

glide install github.com/tebeka/go2xunit

and glide reported success but did not install anything.
This is because go2xunit is a command

go get github.com/tebeka/go2xunit

installs go2xunit in $GOPATH/bin.

I think perhaps glide should consider it an error if it is asked to do something silly like this.
However, it is also the case that in using go get I cannot nail down a specific version of go2xunit which could result in problems (non-reproducable builds) if it changes significantly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant