2
我想編譯chaincode_example02,然後用guide與選項2(對於Mac)。除編譯代碼外,所有步驟均已通過。我有以下錯誤:無法編譯鏈代碼
cd $GOPATH/src/github.com/chaincode_example02
go build
chaincode_example02.go:30:2: cannot find package "github.com/hyperledger/fabric/core/chaincode/shim" in any of:
/usr/local/Cellar/go/1.7.1/libexec/src/github.com/hyperledger/fabric/core/chaincode/shim (from $GOROOT)
($GOPATH not set)
代碼根據您的描述,請 – eugenn
的「chaincode_example02」是「$ GOPATH/src目錄/ github.com /」文件夾中。它只是「$ GOPATH/src/github.com/hyperledger/fabric/examples/chaincode/go/asset_management02」的副本嗎? –
這爲我工作,非常感謝你! –