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

Conversation

@mvdan
Copy link
Contributor

mvdan commented Sep 10, 2019

(see the commit message for details)

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.
@yevgenypats
Copy link
Collaborator

yevgenypats commented Sep 10, 2019

#30

@yevgenypats yevgenypats merged commit a2dada8 into fuzzitdev:master Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.