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

all: rename the module to support v2 versions #39

Merged
merged 1 commit into from Sep 10, 2019
Commits on Sep 10, 2019
  1. all: rename the module to support v2 versions

    mvdan committed Sep 10, 2019
    Before this change, @latest and specific versions like @v2.4.29 would
    fail with module-aware go get, as the module was a v0/v1 instead of the
    expected v2.
    
    Amend the go.mod and all the imports. This is just the first step; to
    make @latest fully work, we'll need to also release a new tagged
    version, and verify that it works.
    
    While at it, update and simplify the 'go get' instructions in the
    README.
    
    For #30.
You can’t perform that action at this time.