goque icon indicating copy to clipboard operation
goque copied to clipboard

Add /v2 path component to module name.

Open jsha opened this issue 5 years ago • 1 comments

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.

jsha avatar Jun 10 '20 04:06 jsha

Ping? :-)

jsha avatar May 12 '21 22:05 jsha