Skip to content

Add /v2 path component to module name.#23

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

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

Conversation

@jsha

@jsha jsha commented Jun 10, 2020

Copy link
Copy Markdown

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

jsha commented May 12, 2021

Copy link
Copy Markdown
Author

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