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

go-get-kubernetes.sh: make replace statement pruning optional #141

Merged
merged 1 commit into from
Nov 2, 2021

Commits on Apr 23, 2021

  1. go-get-kubernetes.sh: make replace statement pruning optional

    Not pruning is safer because it allows adding k/k to a project at a
    later time. Therefore adding all replace statements is the default.
    
    A new flag can be used to clean up if desired. It's just a cosmetic
    change because unused replace statements are ignored by Go.
    pohly committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    b46691a View commit details
    Browse the repository at this point in the history