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

Add /v2 path component to module name. #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jsha
Copy link

@jsha jsha commented Jun 10, 2020

go mod assumes that major versions greater than v1 come with a change
to the import path. See https://blog.golang.org/v2-go-modules,
and see https://github.com/go-gorp/gorp/releases for an example of
another package that adopted Go modules and then had to fix up the
module name in order to work.

This allows other packages that use go mod to import goque.

`go mod` assumes that major versions greater than v1 come with a change
to the import path. See https://blog.golang.org/v2-go-modules,
and see https://github.com/go-gorp/gorp/releases for an example of
another package that adopted Go modules and then had to fix up the
module name in order to work.
@jsha
Copy link
Author

jsha commented May 12, 2021

Ping? :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant