hyperledger / fabric-gateway

Go, Node and Java client API for Hyperledger Fabric v2.4+
https://hyperledger.github.io/fabric-gateway/
Apache License 2.0
145 stars 87 forks source link

Include generate Go mocks #730

Closed bestbeforetoday closed 2 weeks ago

bestbeforetoday commented 2 weeks ago

Add generated Go mocks to source control. This makes it easier for new contributors to get started with the respository since no mocks need to be generated. It also avoids the need to generate mocks for CodeQL to be able to scan all Go source files.

bestbeforetoday commented 2 weeks ago

@andrew-coleman you convinced me against this