Unfortunately, I completely missed the fact that this library is already past v1 and that the module name is not properly versioned (according to Go module practices). That causes some issues when trying to import this module.
This PR adds a v4 version to the module name (unfortunately, that's the only way to fix this problem) that would require tagging a v4.0.0 version.
The alternative is for projects to import commits directly, so all is not lost.
Unfortunately, I completely missed the fact that this library is already past v1 and that the module name is not properly versioned (according to Go module practices). That causes some issues when trying to import this module.
This PR adds a v4 version to the module name (unfortunately, that's the only way to fix this problem) that would require tagging a v4.0.0 version.
The alternative is for projects to import commits directly, so all is not lost.
Read more here: https://blog.golang.org/v2-go-modules