goque
goque copied to clipboard
Add /v2 path component to module name.
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.
Ping? :-)