Conversation
Go mod initiated Fixes #11
|
/cc @someone1, please let me know if this cuts the deal for you. |
|
I'll be the first to admit that I'm no expert with go mod 😅 That said, since this branch is already tagged for V2 (instead of a v2 branch), I think you'd want to define the module as Here is a resource that may help: https://research.swtch.com/vgo-module |
|
The more I think about it, adding the I don't see any dependencies though - I think that'd be the main benefit using go.mod here? EDIT - to clarify, the use of go mod doesn't break this package anymore with the new tag, however, you still can't do an import like |
|
Where are and other deps? |
Go mod initiated
Fixes #11