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