We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A lot of Go files have defined an import of github.com/hashgraph/hedera-sdk-go/v2. Example:
github.com/hashgraph/hedera-sdk-go/v2
import ( "fmt" "os" "github.com/hashgraph/hedera-sdk-go/v2" )
I have no clue what /v2 stands for but I assume we should take some action and get that string refactored to the new Hiero repository.
/v2
The text was updated successfully, but these errors were encountered:
Looks like this is in progress here: #1152
Sorry, something went wrong.
fixed in #1152
No branches or pull requests
A lot of Go files have defined an import of
github.com/hashgraph/hedera-sdk-go/v2
. Example:I have no clue what
/v2
stands for but I assume we should take some action and get that string refactored to the new Hiero repository.The text was updated successfully, but these errors were encountered: