Closed cenkalti closed 4 years ago
It is not possible to import v2 code with current module setup.
Seems like the easy/correct thing to do is add /v2 to the end of the module name in go.mod, right?
/v2
go.mod
Yes, that's it. Paths in import blocks should also be updated.
It is not possible to import v2 code with current module setup.