Skip to content

Add /v2 path component to module name.#23

Open
jsha wants to merge 1 commit intobeeker1121:masterfrom
jsha:add-v2-path
Open

Add /v2 path component to module name.#23
jsha wants to merge 1 commit intobeeker1121:masterfrom
jsha:add-v2-path

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