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. #93

Merged
merged 1 commit into from
Feb 18, 2016
Merged

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

merged 1 commit into from
Feb 18, 2016

Commits on Feb 9, 2016

  1. README: Suggest go get -u by default.

    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 `errcheck` 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 #92.
    dmitshur committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    e1fbc2b View commit details
    Browse the repository at this point in the history