fabric-samples/asset-transfer-basic/chaincode-go/chaincode
Brett Logan a04db374aa Refactor Chaincode Into Idiomatic Go
Cleans up the code and pushes the smart contract
implementation down into a `chaincode` package.
This is in prep for implementing unit testing in the
chaincode, as you cannot mock code that is part of
the main package.

Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
2020-07-10 05:59:22 -04:00
..
smartcontract.go Refactor Chaincode Into Idiomatic Go 2020-07-10 05:59:22 -04:00