You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd suspect most users who are using this seriously would be vendoring dependencies. The downside is you haven't tagged any releases, so they're using "master" and not semver.
I wouldn't recommend gopkn, because of how it messes with import paths.
Just use git tags and tools like dep and glide will use it without any
extra work.
If anyone is using the package, this would break all those.
The text was updated successfully, but these errors were encountered: