golint compliant for app, cmd folders

This commit is contained in:
rigel rozanski
2017-07-05 06:57:52 -04:00
parent 375fad3bec
commit 5044032a23
11 changed files with 48 additions and 101 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ type BaseTxPresenter struct {
proofs.RawPresenter // this handles MakeKey as hex bytes
}
// ParseData - parse BaseTxPresenter Data
// ParseData - unmarshal raw bytes to a basecoin tx
func (b BaseTxPresenter) ParseData(raw []byte) (interface{}, error) {
var tx basecoin.Tx
err := wire.ReadBinaryBytes(raw, &tx)