gozilliqa-sdk
gozilliqa-sdk copied to clipboard
Can't use v2 version
When using standard go module tools I wasn't be able to fetch v2 version of library.
I cant use github.com/Zilliqa/gozilliqa-sdk/v2
import:
github.com/Zilliqa/gozilliqa-sdk/v2/provider: module github.com/Zilliqa/gozilliqa-sdk@latest found (v1.2.0), but does not contain package github.com/Zilliqa/gozilliqa-sdk/v2/provider
And if I do github.com/Zilliqa/gozilliqa-sdk
its gonna use v1.2.0.
I suggest using v2
branch. But if it has other solution on user side I would like to know it.
did you manage to solve this @legonian
Hijacking this because I had the same problem; because the fix involves adding to the path, I'm going to bump the major version to v3.