mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 08:15:08 +00:00
Fix go mod for chaincode-go
Signed-off-by: Chongxin Luo <Chongxin.Luo@ibm.com>
This commit is contained in:
parent
2bd1599d83
commit
22bcf8cfa4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue