fabric-samples/asset-transfer-basic/chaincode-go/chaincode
Brett Logan e82492b1a9 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-06 15:48:08 -04:00
..
smartcontract.go Refactor Chaincode Into Idiomatic Go 2020-07-06 15:48:08 -04:00