github.com/kchristidis/fabric@v1.0.4-0.20171028114726-837acd08cde1/test/chaincodes/AutoVendor/indirectdep/core.go (about) 1 /* 2 * Copyright Greg Haskins All Rights Reserved 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 * 6 * See github.com/hyperledger/fabric/test/chaincodes/AutoVendor/chaincode/main.go for details 7 */ 8 package indirectdep 9 10 import "fmt" 11 12 func PointlessFunction() { 13 fmt.Printf("Successfully invoked pointless function\n") 14 }