Fix go mod for chaincode-go

Signed-off-by: Chongxin Luo <Chongxin.Luo@ibm.com>
This commit is contained in:
Chongxin Luo 2020-06-25 11:25:56 -04:00 committed by denyeart
parent 2bd1599d83
commit 22bcf8cfa4

View file

@ -1,4 +1,4 @@
module github.com/hyperledger/fabric-samples/chaincode/fabcar/go
module github.com/hyperledger/fabric-samples/asset-transfer-basic/chaincode-go
go 1.14