fabric-sdk-go icon indicating copy to clipboard operation
fabric-sdk-go copied to clipboard

Unable to install

Open realtebo opened this issue 2 years ago • 0 comments

First, let me say you should state if we need to installa sdk as root, as sudoer user, or as normal user.

Anyway, I'm doing all as root by now, because it's first time here for me.

I canno execute this:

go get github.com/hyperledger/fabric-sdk-go

Becasuse I get

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.

Please update readme

realtebo avatar Apr 15 '22 09:04 realtebo