Jakub Skiba
Jakub Skiba
1. ohh yes, you are right 2. Yes gopkg is obsolete. The module path (the first line in go.mod) should be the same as the import path but here https://github.com/bsponge/gorillaTest/blob/master/go.mod...
I would say `github.com/hraban/opus@v2` should be replaced with `github.com/hraban/opus/[email protected]` but only when it gets merged because v2 version of the lib is not merged yet. You can test it with...
https://github.com/hraban/opus/pull/48 like this?
Hi, recently I remembered about this case and: - you don't have to manage tags manually. You can use some github tag bumper action like this one https://github.com/marketplace/actions/github-tag-bump - picking...
https://github.com/tokopedia/gripmock/pull/144 I'm working on it