refactor chaincode go folder structure

Signed-off-by: Matias Salimbene <matias.salimbene@gmail.com>
This commit is contained in:
Matias Salimbene 2022-02-19 12:14:32 -03:00
parent 5ccbf10d41
commit 0f721fe688

View file

@ -5,7 +5,7 @@
package main
import (
"github.com/hyperledger/fabric-samples/token-erc-721/chaincode-go/chaincode"
"github.com/hyperledger/fabric-samples/token-erc-721/chaincode-go/TokenERC721Contract"
"github.com/hyperledger/fabric-contract-api-go/contractapi"
"github.com/hyperledger/fabric-contract-api-go/metadata"