github.com/yous1230/fabric@v2.0.0-beta.0.20191224111736-74345bee6ac2+incompatible/core/peer/testdata/generate.go (about) 1 /* 2 Copyright IBM Corp. All Rights Reserved. 3 4 SPDX-License-Identifier: Apache-2.0 5 */ 6 7 // +build ignore 8 9 //go:generate -command gencerts go run github.com/hyperledger/fabric/core/comm/testdata/certs 10 //go:generate gencerts -orgs 3 -child-orgs 1 -servers 1 -clients 0 11 12 package testdata