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
The import statement in
fabric-examples/fabric-cli/cmd/fabric-cli/fabric-cli.go
Line 10 in f1a2402
I think the import statement should be
github.com/securekey/fabric-examples/fabric-cli/cmd/fabric-cli/cmd
If yes, please let me know I'll create a pull request.
The text was updated successfully, but these errors were encountered:
Do you set ”GO111MODULE=on“ according to the Readme?
Sorry, something went wrong.
No branches or pull requests
The import statement in
fabric-examples/fabric-cli/cmd/fabric-cli/fabric-cli.go
Line 10 in f1a2402
imports a single fabric-cli folder and it contains no GO files.
I think the import statement should be
If yes, please let me know I'll create a pull request.
The text was updated successfully, but these errors were encountered: