Skip to content

Commit 5db257d

Browse files
mbrandenburgermunapower
authored andcommitted
Add sample chaincode as tool
By adding the sample chaincode to the tools as dep prevents unwanted cleanup, e.g., by dependabot Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
1 parent b050902 commit 5db257d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/tools.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ package utils
1111

1212
import (
1313
_ "github.com/client9/misspell/cmd/misspell"
14+
_ "github.com/hyperledger/fabric-samples/asset-transfer-basic/chaincode-go"
1415
_ "github.com/maxbrunsfeld/counterfeiter/v6"
1516
_ "github.com/onsi/ginkgo/v2/ginkgo"
1617
_ "golang.org/x/tools/cmd/goimports"

0 commit comments

Comments
 (0)