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

README: Suggest go get -u by default. #104

Merged
merged 1 commit into from
Feb 5, 2016
Merged

README: Suggest go get -u by default. #104

merged 1 commit into from
Feb 5, 2016

Conversation

dmitshur
Copy link
Contributor

@dmitshur dmitshur commented Feb 5, 2016

Suggesting go get -u is a safer default. It results in a more predictable action, the user will end up with the latest version of grpc-gateway and all its dependencies. Otherwise, the versions users end up with will be arbitrary, which may lead to issues. If users prefer not to update dependencies, they can always go get without -u flag.

As an example of the issue this would help resolve, see #103.

Suggesting go get -u is a safer default. It results in a more predictable action, the user will end up with the latest version of grpc-gateway and all its dependencies. Otherwise, the versions users end up with will be arbitrary, which may lead to issues. If users prefer not to update dependencies, they can always go get without -u flag.

As an example of the issue this would help resolve, see #103.
@yugui
Copy link
Member

yugui commented Feb 5, 2016

LGTM.

Thank you for your suggestion.

yugui added a commit that referenced this pull request Feb 5, 2016
README: Suggest go get -u by default.
@yugui yugui merged commit 4a397c7 into grpc-ecosystem:master Feb 5, 2016
@dmitshur dmitshur deleted the patch-1 branch February 5, 2016 02:27
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

Successfully merging this pull request may close these issues.

2 participants