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

Assume a GOBIN path #2

Closed
chrissexton opened this issue May 12, 2015 · 0 comments
Closed

Assume a GOBIN path #2

chrissexton opened this issue May 12, 2015 · 0 comments

Comments

@chrissexton
Copy link

As a usual Go user, I do not have my GOBIN environment variable set and the makefile will bomb out when used vanilla and that's probably going to happen on usual configurations where the source is distributed.

Instead of bombing out with an error, it may be safe to assume GOBIN="$GOPATH/bin" when GOBIN is unset. This would make the Makefile act more in line with what the go tool does.

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