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

set GO111MODULE=off when installing tools #2253

Merged
merged 1 commit into from
May 2, 2019

Commits on May 1, 2019

  1. set GO111MODULE=off when installing tools

    Set GO111MODULE=off when installing tools, because some tools'
    (gometalinter and golangci-lint at this writing) won't install in module
    mode.
    
    Add a new function, go#util#SetEnv, to make it easy to set and restore
    environment variables correctly.
    
    Fixes fatih#2248
    bhcleek committed May 1, 2019
    2 Configuration menu
    Copy the full SHA
    1237fa0 View commit details
    Browse the repository at this point in the history