Skip to content
New issue

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

Import of github.com/hashgraph/hedera-sdk-go/v2 #1156

Closed
hendrikebbers opened this issue Nov 21, 2024 · 2 comments
Closed

Import of github.com/hashgraph/hedera-sdk-go/v2 #1156

hendrikebbers opened this issue Nov 21, 2024 · 2 comments
Labels
Hiero Transfer Issues that are related to the transfer to Hiero

Comments

@hendrikebbers
Copy link
Member

A lot of Go files have defined an import of github.com/hashgraph/hedera-sdk-go/v2. Example:

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.

@hendrikebbers hendrikebbers added the Hiero Transfer Issues that are related to the transfer to Hiero label Nov 21, 2024
@cweagans
Copy link
Contributor

Looks like this is in progress here: #1152

@0xivanov
Copy link
Contributor

fixed in #1152

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hiero Transfer Issues that are related to the transfer to Hiero
Projects
None yet
Development

No branches or pull requests

3 participants