I am writing chaincode in Go for Hyperledger Fabric. I have next code
package chaincode import ( "encoding/json" "fmt" "log&