// if config.ProviderName == "" {
// config.ProviderName = "GM"
// }
//暂时由GM替代bccsp
config.ProviderName = "GM"
make configtxgen
the hyperledger/fabric source code.make configtxgen
build/bin/configtxgen
CGO_CFLAGS=" " GOBIN=/home/xxx/gits/fabric/build/bin go install -tags "experimental nopkcs11" -ldflags "-X github.com/hyperledger/fabric/common/tools/configtxgen/metadata.Version=1.1.1-snapshot-301c302" github.com/hyperledger/fabric/common/tools/configtxgen
bccsp/factory/pluginfactory.go:12:2: cannot find package "plugin" in any of:
/home/xxx/go/src/github.com/hyperledger/fabric/vendor/plugin (vendor tree)
/usr/lib/go-1.6/src/plugin (from $GOROOT)
/home/xxx/go/src/plugin (from $GOPATH)
Makefile:259: recipe for target 'build/bin/configtxgen' failed
make: *** [build/bin/configtxgen] Error 1