refactor folder structure

Signed-off-by: Matias Salimbene <matias.salimbene@gmail.com>
This commit is contained in:
Matias Salimbene 2022-02-19 12:11:21 -03:00
parent 59aa2bf093
commit 5ccbf10d41
6 changed files with 1 additions and 1 deletions

View file

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