mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
refactor folder structure
Signed-off-by: Matias Salimbene <matias.salimbene@gmail.com>
This commit is contained in:
parent
59aa2bf093
commit
5ccbf10d41
6 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
package main
|
||||
|
||||
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/metadata"
|
||||
Loading…
Reference in a new issue