Preparing report...

Report for github.com/l0k18/pod

A    Great!    Found 503 issues across 946 files

Tweet

gofmt76%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


golint64%

Golint is a linter for Go source code.

    • pod/pkg/gui/ico/svg/data.go
    • Line 6: warning: exported var AddressBook should have comment or be unexported (golint)
    • Line 38: warning: exported var Balance should have comment or be unexported (golint)
    • Line 42: warning: exported var Blocks should have comment or be unexported (golint)
    • Line 46: warning: exported var Copy should have comment or be unexported (golint)
    • Line 50: warning: exported var Help should have comment or be unexported (golint)
    • Line 59: warning: exported var History should have comment or be unexported (golint)
    • Line 69: warning: exported var Info should have comment or be unexported (golint)
    • Line 76: warning: exported var Light should have comment or be unexported (golint)
    • Line 103: warning: exported var Link should have comment or be unexported (golint)
    • Line 127: warning: exported var LinkOff should have comment or be unexported (golint)
    • Line 152: warning: exported var Loading should have comment or be unexported (golint)
    • Line 156: warning: exported var Mine should have comment or be unexported (golint)
    • Line 192: warning: exported var NoLight should have comment or be unexported (golint)
    • Line 217: warning: exported var NoMine should have comment or be unexported (golint)
    • Line 245: warning: exported var Ok should have comment or be unexported (golint)
    • Line 251: warning: exported var Overview should have comment or be unexported (golint)
    • Line 259: warning: exported var ParallelCoin should have comment or be unexported (golint)
    • Line 285: warning: exported var ParallelCoinRound should have comment or be unexported (golint)
    • Line 313: warning: exported var Peers should have comment or be unexported (golint)
    • Line 319: warning: exported var Receive should have comment or be unexported (golint)
    • Line 323: warning: exported var Received should have comment or be unexported (golint)
    • Line 332: warning: exported var Search should have comment or be unexported (golint)
    • Line 345: warning: exported var Send should have comment or be unexported (golint)
    • Line 349: warning: exported var Sent should have comment or be unexported (golint)
    • Line 358: warning: exported var Settings should have comment or be unexported (golint)
    • Line 392: warning: exported var Terminal should have comment or be unexported (golint)
    • Line 405: warning: exported var TxNumber should have comment or be unexported (golint)
    • Line 409: warning: exported var Unconfirmed should have comment or be unexported (golint)
    • Line 433: warning: exported var Gio should have comment or be unexported (golint)
    • pod/pkg/chain/tx/script/script.go
    • Line 18: warning: exported type SigHashType should have comment or be unexported (golint)
    • Line 21: warning: exported const SigHashOld should have comment (or a comment on this block) or be unexported (golint)
    • Line 159: warning: exported function IsPushOnlyScript should have comment or be unexported (golint)
    • pod/cmd/spv/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/IP/ip.go
    • Line 1: warning: don't use MixedCaps in package name; IP should be ip (golint)
    • Line 7: warning: exported type IP should have comment or be unexported (golint)
    • Line 12: warning: exported function New should have comment or be unexported (golint)
    • Line 16: warning: exported method IP.DecodeOne should have comment or be unexported (golint)
    • Line 21: warning: exported method IP.Decode should have comment or be unexported (golint)
    • Line 35: warning: exported method IP.Encode should have comment or be unexported (golint)
    • Line 39: warning: exported method IP.Get should have comment or be unexported (golint)
    • Line 49: warning: exported method IP.Put should have comment or be unexported (golint)
    • pod/pkg/chain/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Uint32/uint32.go
    • Line 1: warning: don't use MixedCaps in package name; Uint32 should be uint32 (golint)
    • Line 12: warning: exported function New should have comment or be unexported (golint)
    • Line 16: warning: exported method Uint32.DecodeOne should have comment or be unexported (golint)
    • Line 21: warning: exported method Uint32.Decode should have comment or be unexported (golint)
    • Line 31: warning: exported method Uint32.Encode should have comment or be unexported (golint)
    • Line 35: warning: exported method Uint32.Get should have comment or be unexported (golint)
    • Line 39: warning: exported method Uint32.Put should have comment or be unexported (golint)
    • pod/pkg/db/walletdb/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/zero/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/kopach/control/sol/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/gui/regenerate.go
    • Line 16: warning: exported method WalletGUI.GetNewReceivingAddress should have comment or be unexported (golint)
    • Line 56: warning: exported method WalletGUI.GetNewReceivingQRCode should have comment or be unexported (golint)
    • pod/main.go
    • Line 28: warning: exported var URL should have comment or be unexported (golint)
    • Line 35: warning: exported function GetVersion should have comment or be unexported (golint)
    • pod/pkg/gui/examples/example/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/clickable.go
    • Line 31: warning: exported method Window.Clickable should have comment or be unexported (golint)
    • Line 53: warning: exported method Clickable.SetClick should have comment or be unexported (golint)
    • Line 58: warning: exported method Clickable.SetCancel should have comment or be unexported (golint)
    • Line 63: warning: exported method Clickable.SetPress should have comment or be unexported (golint)
    • Line 114: warning: exported method Clickable.Fn should have comment or be unexported (golint)
    • pod/pkg/gui/direction.go
    • Line 5: warning: exported type Direction should have comment or be unexported (golint)
    • Line 73: warning: exported method Direction.Embed should have comment or be unexported (golint)
    • pod/pkg/chain/fork/fork.go
    • Line 14: warning: exported const Scrypt should have comment (or a comment on this block) or be unexported (golint)
    • Line 78: warning: exported type AlgoSpec should have comment or be unexported (golint)
    • Line 82: warning: exported type AlgoSpecs should have comment or be unexported (golint)
    • Line 97: warning: exported var AlgoSlices should have comment or be unexported (golint)
    • pod/pkg/coding/gcm/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/gui/app.go
    • Line 21: warning: exported method WalletGUI.GetAppWidget should have comment or be unexported (golint)
    • Line 278: warning: exported method WalletGUI.Page should have comment or be unexported (golint)
    • Line 306: warning: exported method WalletGUI.SideBarButton should have comment or be unexported (golint)
    • Line 365: warning: exported method WalletGUI.PageTopBarButton should have comment or be unexported (golint)
    • Line 408: warning: exported method WalletGUI.StatusBarButton should have comment or be unexported (golint)
    • Line 442: warning: exported method WalletGUI.SetNodeRunState should have comment or be unexported (golint)
    • Line 453: warning: exported method WalletGUI.SetWalletRunState should have comment or be unexported (golint)
    • Line 464: warning: exported method WalletGUI.RunStatusPanel should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Uint32/log.go
    • Line 1: warning: don't use MixedCaps in package name; Uint32 should be uint32 (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/comm/pipe/pipe.go
    • Line 14: warning: exported function Consume should have comment or be unexported (golint)
    • Line 71: warning: exported function Serve should have comment or be unexported (golint)
    • pod/pkg/rpc/help/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/limits/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/password.go
    • Line 11: warning: exported type Password should have comment or be unexported (golint)
    • Line 32: warning: exported method Window.Password should have comment or be unexported (golint)
    • Line 135: warning: exported method Password.Fn should have comment or be unexported (golint)
    • Line 187: warning: exported method Password.GetPassword should have comment or be unexported (golint)
    • Line 191: warning: exported method Password.Wipe should have comment or be unexported (golint)
    • Line 196: warning: exported method Password.Focus should have comment or be unexported (golint)
    • Line 200: warning: exported method Password.Blur should have comment or be unexported (golint)
    • Line 204: warning: exported method Password.Hide should have comment or be unexported (golint)
    • Line 208: warning: exported method Password.Show should have comment or be unexported (golint)
    • pod/app/conte/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/walletmain/main.go
    • Line 90: warning: exported function ReadCAFile should have comment or be unexported (golint)
    • Line 107: warning: exported function LoadWallet should have comment or be unexported (golint)
    • pod/pkg/comm/transport/channels.go
    • Line 21: warning: exported const UDPMulticastAddress should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported var DefaultIP should have comment or be unexported (golint)
    • Line 29: warning: exported var MulticastAddress should have comment or be unexported (golint)
    • Line 32: warning: exported type MsgBuffer should have comment or be unexported (golint)
    • Line 40: warning: exported type Handlers should have comment or be unexported (golint)
    • Line 41: warning: exported type Channel should have comment or be unexported (golint)
    • Line 343: warning: exported function PrevCallers should have comment or be unexported (golint)
    • pod/pkg/util/logi/Entry/log.go
    • Line 1: warning: don't use MixedCaps in package name; Entry should be entry (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/incdec.go
    • Line 10: warning: exported type IncDec should have comment or be unexported (golint)
    • Line 43: warning: exported method IncDec.Scale should have comment or be unexported (golint)
    • Line 48: warning: exported method IncDec.Amount should have comment or be unexported (golint)
    • Line 53: warning: exported method IncDec.ChangeHook should have comment or be unexported (golint)
    • Line 58: warning: exported method IncDec.SetCurrent should have comment or be unexported (golint)
    • Line 63: warning: exported method IncDec.GetCurrent should have comment or be unexported (golint)
    • Line 67: warning: exported method IncDec.Max should have comment or be unexported (golint)
    • Line 72: warning: exported method IncDec.Min should have comment or be unexported (golint)
    • Line 77: warning: exported method IncDec.NDigits should have comment or be unexported (golint)
    • Line 82: warning: exported method IncDec.Color should have comment or be unexported (golint)
    • Line 87: warning: exported method IncDec.Background should have comment or be unexported (golint)
    • Line 91: warning: exported method IncDec.Inactive should have comment or be unexported (golint)
    • Line 96: warning: exported method IncDec.Fn should have comment or be unexported (golint)
    • pod/cmd/kopach/control/p2padvt/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/alo/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/kopach/control/job/job.go
    • Line 24: warning: exported var Magic should have comment or be unexported (golint)
    • Line 26: warning: exported type Container should have comment or be unexported (golint)
    • Line 30: warning: exported type Job should have comment or be unexported (golint)
    • Line 140: warning: exported method Container.GetIPs should have comment or be unexported (golint)
    • Line 144: warning: exported method Container.GetP2PListenersPort should have comment or be unexported (golint)
    • Line 148: warning: exported method Container.GetRPCListenersPort should have comment or be unexported (golint)
    • Line 152: warning: exported method Container.GetControllerListenerPort should have comment or be unexported (golint)
    • Line 156: warning: exported method Container.GetNewHeight should have comment or be unexported (golint)
    • Line 160: warning: exported method Container.GetPrevBlockHash should have comment or be unexported (golint)
    • Line 164: warning: exported method Container.GetBitses should have comment or be unexported (golint)
    • pod/pkg/chain/hardfork/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/gui/receive.go
    • Line 15: warning: exported const Break1 should have comment or be unexported (golint)
    • Line 17: warning: exported type ReceivePage should have comment or be unexported (golint)
    • Line 24: warning: exported method WalletGUI.GetReceivePage should have comment or be unexported (golint)
    • Line 34: warning: exported method ReceivePage.Fn should have comment or be unexported (golint)
    • Line 49: warning: exported method ReceivePage.SmallList should have comment or be unexported (golint)
    • Line 69: warning: exported method ReceivePage.MediumList should have comment or be unexported (golint)
    • Line 115: warning: exported method ReceivePage.Spacer should have comment or be unexported (golint)
    • Line 119: warning: exported method ReceivePage.GetAddressbookHistoryCards should have comment or be unexported (golint)
    • Line 183: warning: exported method ReceivePage.QRMessage should have comment or be unexported (golint)
    • Line 187: warning: exported method ReceivePage.GetQRText should have comment or be unexported (golint)
    • Line 201: warning: exported method ReceivePage.QRButton should have comment or be unexported (golint)
    • Line 232: warning: exported method ReceivePage.AddressbookHeader should have comment or be unexported (golint)
    • Line 243: warning: exported method ReceivePage.AmountInput should have comment or be unexported (golint)
    • Line 251: warning: exported method ReceivePage.MessageInput should have comment or be unexported (golint)
    • Line 259: warning: exported method ReceivePage.RegenerateButton should have comment or be unexported (golint)
    • pod/app/apputil/apputil.go
    • Line 35: warning: exported function PrependForWindows should have comment or be unexported (golint)
    • Line 48: warning: exported function PrependForWindowsWithStart should have comment or be unexported (golint)
    • pod/pkg/chain/tx/mgr/tx.go
    • Line 613: warning: exported method Store.UnspentOutputs should have comment or be unexported (golint)
    • Line 716: warning: exported method Store.Balance should have comment or be unexported (golint)
    • pod/pkg/comm/peer/addrmgr/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/prompt/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Int32/log.go
    • Line 1: warning: don't use MixedCaps in package name; Int32 should be int32 (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/String/log.go
    • Line 1: warning: don't use MixedCaps in package name; String should be string (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/IPs/log.go
    • Line 1: warning: don't use MixedCaps in package name; IPs should be ips (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/db/ffldb/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/switch.go
    • Line 18: warning: exported type Switch should have comment or be unexported (golint)
    • Line 50: warning: exported method Switch.SetHook should have comment or be unexported (golint)
    • pod/cmd/gui/state.go
    • Line 22: warning: exported const ZeroAddress should have comment or be unexported (golint)
    • Line 33: warning: exported method CategoryFilter.Filter should have comment or be unexported (golint)
    • Line 53: warning: exported type AddressEntry should have comment or be unexported (golint)
    • Line 62: warning: exported type State should have comment or be unexported (golint)
    • Line 80: warning: exported function GetNewState should have comment or be unexported (golint)
    • Line 105: warning: exported method State.BumpLastUpdated should have comment or be unexported (golint)
    • Line 109: warning: exported method State.SetReceivingAddress should have comment or be unexported (golint)
    • Line 113: warning: exported method State.IsReceivingAddress should have comment or be unexported (golint)
    • Line 123: warning: exported method State.Save should have comment or be unexported (golint)
    • Line 153: warning: exported method State.Load should have comment or be unexported (golint)
    • Line 183: warning: exported type Marshalled should have comment or be unexported (golint)
    • Line 197: warning: exported method State.Marshal should have comment or be unexported (golint)
    • Line 214: warning: exported method Marshalled.Unmarshal should have comment or be unexported (golint)
    • Line 238: warning: exported method State.Goroutines should have comment or be unexported (golint)
    • Line 242: warning: exported method State.SetGoroutines should have comment or be unexported (golint)
    • Line 246: warning: exported method State.SetAllTxs should have comment or be unexported (golint)
    • Line 258: warning: exported method State.LastUpdated should have comment or be unexported (golint)
    • Line 262: warning: exported method State.BestBlockHeight should have comment or be unexported (golint)
    • Line 266: warning: exported method State.BestBlockHash should have comment or be unexported (golint)
    • Line 271: warning: exported method State.Balance should have comment or be unexported (golint)
    • Line 275: warning: exported method State.BalanceUnconfirmed should have comment or be unexported (golint)
    • Line 279: warning: exported method State.ActivePage should have comment or be unexported (golint)
    • Line 283: warning: exported method State.SetActivePage should have comment or be unexported (golint)
    • Line 287: warning: exported method State.SetBestBlockHeight should have comment or be unexported (golint)
    • Line 292: warning: exported method State.SetBestBlockHash should have comment or be unexported (golint)
    • Line 297: warning: exported method State.SetBalance should have comment or be unexported (golint)
    • Line 302: warning: exported method State.SetBalanceUnconfirmed should have comment or be unexported (golint)
    • pod/pkg/rpc/client/examples/btcdwebsockets/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/logi/example/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Hash/log.go
    • Line 1: warning: don't use MixedCaps in package name; Hash should be hash (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/chain/forkplan9.go
    • Line 14: warning: exported function GetAlgStamps should have comment or be unexported (golint)
    • Line 39: warning: exported function GetAllStamps should have comment or be unexported (golint)
    • Line 55: warning: exported function GetAll should have comment or be unexported (golint)
    • Line 80: warning: exported function GetAlg should have comment or be unexported (golint)
    • pod/pkg/util/routeable/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/kopach/control/job/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/qrcode/qr.go
    • Line 55: warning: exported type ECLevel should have comment or be unexported (golint)
    • Line 58: warning: exported const ECLevelL should have comment (or a comment on this block) or be unexported (golint)
    • Line 185: warning: exported type Qrcode should have comment or be unexported (golint)
    • Line 197: warning: exported function Encode should have comment or be unexported (golint)
    • Line 212: warning: exported method Qrcode.Encode should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Time/log.go
    • Line 1: warning: don't use MixedCaps in package name; Time should be time (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/tools/gencerts/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/comm/peer/connmgr/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/logi/pipe/consume/consume.go
    • Line 13: warning: exported function FilterNone should have comment or be unexported (golint)
    • Line 17: warning: exported function SimpleLog should have comment or be unexported (golint)
    • Line 31: warning: exported function Log should have comment or be unexported (golint)
    • Line 73: warning: exported function Start should have comment or be unexported (golint)
    • Line 80: warning: exported function Stop should have comment or be unexported (golint)
    • Line 87: warning: exported function Kill should have comment or be unexported (golint)
    • Line 106: warning: exported function SetLevel should have comment or be unexported (golint)
    • Line 123: warning: exported function SetFilter should have comment or be unexported (golint)
    • pod/pkg/gui/list.go
    • Line 63: warning: exported method List.Position should have comment or be unexported (golint)
    • Line 67: warning: exported method List.SetPosition should have comment or be unexported (golint)
    • Line 71: warning: exported method List.JumpToStart should have comment or be unexported (golint)
    • Line 75: warning: exported method List.JumpToEnd should have comment or be unexported (golint)
    • Line 111: warning: exported method List.Start should have comment or be unexported (golint)
    • Line 116: warning: exported method List.End should have comment or be unexported (golint)
    • Line 121: warning: exported method List.Middle should have comment or be unexported (golint)
    • Line 126: warning: exported method List.Baseline should have comment or be unexported (golint)
    • Line 138: warning: exported method List.LeftSide should have comment or be unexported (golint)
    • Line 143: warning: exported method List.Length should have comment or be unexported (golint)
    • Line 149: warning: exported method List.DisableScroll should have comment or be unexported (golint)
    • Line 161: warning: exported method List.ListElement should have comment or be unexported (golint)
    • Line 166: warning: exported method List.ScrollWidth should have comment or be unexported (golint)
    • Line 172: warning: exported method List.Color should have comment or be unexported (golint)
    • Line 178: warning: exported method List.Background should have comment or be unexported (golint)
    • Line 183: warning: exported method List.Active should have comment or be unexported (golint)
    • Line 188: warning: exported method List.Slice should have comment or be unexported (golint)
    • pod/pkg/rpc/legacy/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Int16/log.go
    • Line 1: warning: don't use MixedCaps in package name; Int16 should be int16 (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/comm/transport/cmd/multicast/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/gui/console.go
    • Line 22: warning: exported type Console should have comment or be unexported (golint)
    • Line 39: warning: exported method WalletGUI.ConsolePage should have comment or be unexported (golint)
    • Line 140: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 266: warning: exported method Console.Fn should have comment or be unexported (golint)
    • Line 270: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 313: warning: exported type JSONElement should have comment or be unexported (golint)
    • Line 318: warning: exported type JSONElements should have comment or be unexported (golint)
    • Line 332: warning: exported function GetJSONElements should have comment or be unexported (golint)
    • Line 353: warning: exported method Console.JSONWidget should have comment or be unexported (golint)
    • pod/pkg/chain/config/netparams/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/comm/stdconn/example/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/icons/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/kopach/control/sol/solution.go
    • Line 13: warning: exported type Container should have comment or be unexported (golint)
    • Line 17: warning: exported function GetSolContainer should have comment or be unexported (golint)
    • Line 23: warning: exported function LoadSolContainer should have comment or be unexported (golint)
    • Line 29: warning: exported method Container.GetMsgBlock should have comment or be unexported (golint)
    • Line 40: warning: exported method Container.GetSenderPort should have comment or be unexported (golint)
    • pod/cmd/kopach/control/hashrate/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/kopach/control/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/comm/multicast/channel.go
    • Line 10: warning: package comment is detached; there should be no blank lines between it and the package statement (golint)
    • Line 21: warning: exported function Conn should have comment or be unexported (golint)
    • pod/pkg/util/legacy/rename/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/stack.go
    • Line 5: warning: exported type Stack should have comment or be unexported (golint)
    • Line 18: warning: exported method Stack.Alignment should have comment or be unexported (golint)
    • pod/pkg/coding/alo/fec.go
    • Line 13: warning: exported type Segments should have comment or be unexported (golint)
    • Line 14: warning: exported type ShardedSegments should have comment or be unexported (golint)
    • Line 17: warning: exported const SegmentSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 89: warning: exported function ShardsPerRedundancy should have comment or be unexported (golint)
    • Line 165: warning: exported method Partials.IsDecoded should have comment or be unexported (golint)
    • Line 169: warning: exported type ShardPrefix should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Uint16/uint16.go
    • Line 1: warning: don't use MixedCaps in package name; Uint16 should be uint16 (golint)
    • Line 11: warning: exported type Uint16 should have comment or be unexported (golint)
    • Line 15: warning: exported function New should have comment or be unexported (golint)
    • Line 19: warning: exported method Uint16.DecodeOne should have comment or be unexported (golint)
    • Line 24: warning: exported method Uint16.Decode should have comment or be unexported (golint)
    • Line 34: warning: exported method Uint16.Encode should have comment or be unexported (golint)
    • Line 38: warning: exported method Uint16.Get should have comment or be unexported (golint)
    • Line 46: warning: exported method Uint16.Put should have comment or be unexported (golint)
    • Line 51: warning: exported function GetPort should have comment or be unexported (golint)
    • Line 59: warning: exported function GetActualPort should have comment or be unexported (golint)
    • pod/pkg/comm/stdconn/worker/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/text.go
    • Line 27: warning: exported method Window.Text should have comment or be unexported (golint)
    • Line 130: warning: exported method Text.Fn should have comment or be unexported (golint)
    • pod/app/config/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/gui/history.go
    • Line 9: warning: exported method WalletGUI.HistoryPage should have comment or be unexported (golint)
    • Line 67: warning: exported method WalletGUI.HistoryPageView should have comment or be unexported (golint)
    • Line 78: warning: exported method WalletGUI.HistoryPageStatusFilter should have comment or be unexported (golint)
    • pod/pkg/db/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/kopach/client/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/chain/mining/addresses/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/bech32/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/tools/genesis/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/comm/transport/transport.go
    • Line 16: warning: exported type HandleFunc should have comment or be unexported (golint)
    • Line 80: warning: exported method Connection.SetSendConn should have comment or be unexported (golint)
    • Line 95: warning: exported method Connection.CreateShards should have comment or be unexported (golint)
    • Line 130: warning: exported method Connection.Send should have comment or be unexported (golint)
    • Line 145: warning: exported method Connection.SendTo should have comment or be unexported (golint)
    • Line 164: warning: exported method Connection.SendShards should have comment or be unexported (golint)
    • Line 172: warning: exported method Connection.SendShardsTo should have comment or be unexported (golint)
    • Line 185: warning: exported method Connection.Listen should have comment or be unexported (golint)
    • pod/pkg/gui/clipboard/clipboard_x11.go
    • Line 16: warning: exported var X should have comment or be unexported (golint)
    • Line 25: warning: exported function Start should have comment or be unexported (golint)
    • Line 57: warning: exported function Set should have comment or be unexported (golint)
    • Line 69: warning: exported function Get should have comment or be unexported (golint)
    • Line 73: warning: exported function GetPrimary should have comment or be unexported (golint)
    • pod/pkg/wallet/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Bytes/log.go
    • Line 1: warning: don't use MixedCaps in package name; Bytes should be bytes (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/elliptic/precomp/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/walletmain/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Int64/log.go
    • Line 1: warning: don't use MixedCaps in package name; Int64 should be int64 (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Transaction/log.go
    • Line 1: warning: don't use MixedCaps in package name; Transaction should be transaction (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/input.go
    • Line 13: warning: exported type Input should have comment or be unexported (golint)
    • Line 35: warning: exported method Window.Input should have comment or be unexported (golint)
    • pod/pkg/util/treap/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/chain/hardfork/subsidy.go
    • Line 69: warning: exported function Amt should have comment or be unexported (golint)
    • Line 78: warning: exported function Addr should have comment or be unexported (golint)
    • Line 87: warning: exported function Key should have comment or be unexported (golint)
    • pod/pkg/wallet/votingpool/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/chain/index/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/db/walletdb/ci/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/app/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Bitses/bitses.go
    • Line 1: warning: don't use MixedCaps in package name; Bitses should be bitses (golint)
    • Line 10: warning: exported type Bitses should have comment or be unexported (golint)
    • Line 16: warning: exported function NewBitses should have comment or be unexported (golint)
    • Line 20: warning: exported method Bitses.DecodeOne should have comment or be unexported (golint)
    • Line 25: warning: exported method Bitses.Decode should have comment or be unexported (golint)
    • Line 47: warning: exported method Bitses.Encode should have comment or be unexported (golint)
    • Line 60: warning: exported method Bitses.Get should have comment or be unexported (golint)
    • Line 72: warning: exported method Bitses.Put should have comment or be unexported (golint)
    • pod/pkg/coding/qrcode/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/app.go
    • Line 60: warning: exported type WidgetMap should have comment or be unexported (golint)
    • Line 62: warning: exported method Window.App should have comment or be unexported (golint)
    • Line 102: warning: exported method App.SetMainDirection should have comment or be unexported (golint)
    • Line 107: warning: exported method App.MainDirection should have comment or be unexported (golint)
    • Line 137: warning: exported method App.RenderStatusBar should have comment or be unexported (golint)
    • Line 167: warning: exported method App.RenderHeader should have comment or be unexported (golint)
    • Line 205: warning: exported method App.RenderButtonBar should have comment or be unexported (golint)
    • Line 218: warning: exported method App.MainFrame should have comment or be unexported (golint)
    • Line 251: warning: exported method App.MenuButton should have comment or be unexported (golint)
    • Line 285: warning: exported method App.NoMenuButton should have comment or be unexported (golint)
    • Line 290: warning: exported method App.LogoAndTitle should have comment or be unexported (golint)
    • Line 415: warning: exported method App.RenderPage should have comment or be unexported (golint)
    • Line 438: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 448: warning: exported method App.DimensionCaption should have comment or be unexported (golint)
    • Line 497: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 502: warning: exported method App.ActivePage should have comment or be unexported (golint)
    • Line 507: warning: exported method App.ActivePageGet should have comment or be unexported (golint)
    • Line 510: warning: exported method App.ActivePageGetAtomic should have comment or be unexported (golint)
    • Line 514: warning: exported method App.BodyBackground should have comment or be unexported (golint)
    • Line 518: warning: exported method App.BodyBackgroundGet should have comment or be unexported (golint)
    • Line 522: warning: exported method App.BodyColor should have comment or be unexported (golint)
    • Line 526: warning: exported method App.BodyColorGet should have comment or be unexported (golint)
    • Line 530: warning: exported method App.CardBackground should have comment or be unexported (golint)
    • Line 534: warning: exported method App.CardBackgroundGet should have comment or be unexported (golint)
    • Line 538: warning: exported method App.CardColor should have comment or be unexported (golint)
    • Line 542: warning: exported method App.CardColorGet should have comment or be unexported (golint)
    • Line 546: warning: exported method App.ButtonBar should have comment or be unexported (golint)
    • Line 550: warning: exported method App.ButtonBarGet should have comment or be unexported (golint)
    • Line 554: warning: exported method App.HideSideBar should have comment or be unexported (golint)
    • Line 558: warning: exported method App.HideSideBarGet should have comment or be unexported (golint)
    • Line 562: warning: exported method App.HideTitleBar should have comment or be unexported (golint)
    • Line 566: warning: exported method App.HideTitleBarGet should have comment or be unexported (golint)
    • Line 570: warning: exported method App.Layers should have comment or be unexported (golint)
    • Line 574: warning: exported method App.LayersGet should have comment or be unexported (golint)
    • Line 578: warning: exported method App.MenuBackground should have comment or be unexported (golint)
    • Line 582: warning: exported method App.MenuBackgroundGet should have comment or be unexported (golint)
    • Line 586: warning: exported method App.MenuColor should have comment or be unexported (golint)
    • Line 590: warning: exported method App.MenuColorGet should have comment or be unexported (golint)
    • Line 594: warning: exported method App.MenuIcon should have comment or be unexported (golint)
    • Line 598: warning: exported method App.MenuIconGet should have comment or be unexported (golint)
    • Line 602: warning: exported method App.Pages should have comment or be unexported (golint)
    • Line 606: warning: exported method App.PagesGet should have comment or be unexported (golint)
    • Line 610: warning: exported method App.Root should have comment or be unexported (golint)
    • Line 614: warning: exported method App.RootGet should have comment or be unexported (golint)
    • Line 618: warning: exported method App.SideBar should have comment or be unexported (golint)
    • Line 622: warning: exported method App.SideBarBackground should have comment or be unexported (golint)
    • Line 626: warning: exported method App.SideBarBackgroundGet should have comment or be unexported (golint)
    • Line 630: warning: exported method App.SideBarColor should have comment or be unexported (golint)
    • Line 634: warning: exported method App.SideBarColorGet should have comment or be unexported (golint)
    • Line 638: warning: exported method App.SideBarGet should have comment or be unexported (golint)
    • Line 642: warning: exported method App.StatusBar should have comment or be unexported (golint)
    • Line 647: warning: exported method App.StatusBarBackground should have comment or be unexported (golint)
    • Line 651: warning: exported method App.StatusBarBackgroundGet should have comment or be unexported (golint)
    • Line 655: warning: exported method App.StatusBarColor should have comment or be unexported (golint)
    • Line 659: warning: exported method App.StatusBarColorGet should have comment or be unexported (golint)
    • Line 663: warning: exported method App.StatusBarGet should have comment or be unexported (golint)
    • Line 666: warning: exported method App.Title should have comment or be unexported (golint)
    • Line 670: warning: exported method App.TitleBarBackground should have comment or be unexported (golint)
    • Line 674: warning: exported method App.TitleBarBackgroundGet should have comment or be unexported (golint)
    • Line 678: warning: exported method App.TitleBarColor should have comment or be unexported (golint)
    • Line 682: warning: exported method App.TitleBarColorGet should have comment or be unexported (golint)
    • Line 686: warning: exported method App.TitleFont should have comment or be unexported (golint)
    • Line 690: warning: exported method App.TitleFontGet should have comment or be unexported (golint)
    • Line 693: warning: exported method App.TitleGet should have comment or be unexported (golint)
    • Line 697: warning: exported method App.ThemeHook should have comment or be unexported (golint)
    • Line 702: warning: exported method App.Placeholder should have comment or be unexported (golint)
    • pod/cmd/kopach/themecolors.go
    • Line 5: warning: exported method MinerModel.FlipTheme should have comment or be unexported (golint)
    • Line 11: warning: exported method MinerModel.SetTheme should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Hash/hash.go
    • Line 1: warning: don't use MixedCaps in package name; Hash should be hash (golint)
    • Line 7: warning: exported type Hash should have comment or be unexported (golint)
    • Line 11: warning: exported function New should have comment or be unexported (golint)
    • Line 15: warning: exported method Hash.DecodeOne should have comment or be unexported (golint)
    • Line 20: warning: exported method Hash.Decode should have comment or be unexported (golint)
    • Line 34: warning: exported method Hash.Encode should have comment or be unexported (golint)
    • Line 38: warning: exported method Hash.Get should have comment or be unexported (golint)
    • Line 42: warning: exported method Hash.Put should have comment or be unexported (golint)
    • pod/pkg/comm/stdconn/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/dialog/dialog.go
    • Line 16: warning: exported type Dialog should have comment or be unexported (golint)
    • Line 38: warning: exported function New should have comment or be unexported (golint)
    • Line 49: warning: exported method Dialog.ShowDialog should have comment or be unexported (golint)
    • Line 60: warning: exported method Dialog.DrawDialog should have comment or be unexported (golint)
    • Line 115: warning: exported method Dialog.Close should have comment or be unexported (golint)
    • pod/pkg/comm/transport/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Uint64/log.go
    • Line 1: warning: don't use MixedCaps in package name; Uint64 should be uint64 (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/bloom/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/tools/findcheckpoint/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Transaction/transaction.go
    • Line 1: warning: don't use MixedCaps in package name; Transaction should be transaction (golint)
    • Line 10: warning: exported type Transaction should have comment or be unexported (golint)
    • Line 15: warning: exported function NewTransaction should have comment or be unexported (golint)
    • Line 19: warning: exported method Transaction.DecodeOne should have comment or be unexported (golint)
    • Line 24: warning: exported method Transaction.Decode should have comment or be unexported (golint)
    • Line 37: warning: exported method Transaction.Encode should have comment or be unexported (golint)
    • Line 44: warning: exported method Transaction.Get should have comment or be unexported (golint)
    • Line 54: warning: exported method Transaction.Put should have comment or be unexported (golint)
    • pod/pkg/gui/examples/simplest/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/rpc/help/gen/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/logi/pipe/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/gcs/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/wallet/chain/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/chain/hash/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/spv/cache/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/quit/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/intslider.go
    • Line 9: warning: exported type IntSlider should have comment or be unexported (golint)
    • Line 18: warning: exported method Window.IntSlider should have comment or be unexported (golint)
    • Line 28: warning: exported method IntSlider.Min should have comment or be unexported (golint)
    • Line 33: warning: exported method IntSlider.Max should have comment or be unexported (golint)
    • Line 38: warning: exported method IntSlider.Hook should have comment or be unexported (golint)
    • Line 43: warning: exported method IntSlider.Value should have comment or be unexported (golint)
    • Line 49: warning: exported method IntSlider.GetValue should have comment or be unexported (golint)
    • Line 53: warning: exported method IntSlider.Fn should have comment or be unexported (golint)
    • pod/pkg/coding/base58/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Hashes/log.go
    • Line 1: warning: don't use MixedCaps in package name; Hashes should be hashes (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/IPs/ips.go
    • Line 1: warning: don't use MixedCaps in package name; IPs should be ips (golint)
    • Line 12: warning: exported type IPs should have comment or be unexported (golint)
    • Line 17: warning: exported function New should have comment or be unexported (golint)
    • Line 21: warning: exported method IPs.DecodeOne should have comment or be unexported (golint)
    • Line 26: warning: exported method IPs.Decode should have comment or be unexported (golint)
    • Line 44: warning: exported method IPs.Encode should have comment or be unexported (golint)
    • Line 53: warning: exported method IPs.Put should have comment or be unexported (golint)
    • Line 62: warning: exported method IPs.Get should have comment or be unexported (golint)
    • Line 69: warning: exported function GetListenable should have comment or be unexported (golint)
    • pod/pkg/comm/stdconn/example/hello/hello/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/lang/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/logi/log.go
    • Line 20: warning: exported const Off should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported var Levels should have comment or be unexported (golint)
    • Line 64: warning: exported type LogWriter should have comment or be unexported (golint)
    • Line 77: warning: exported function PickNoun should have comment or be unexported (golint)
    • Line 84: warning: exported method LogWriter.Print should have comment or be unexported (golint)
    • Line 90: warning: exported method LogWriter.Printf should have comment or be unexported (golint)
    • Line 96: warning: exported method LogWriter.Println should have comment or be unexported (golint)
    • Line 112: warning: exported type PrintcFunc should have comment or be unexported (golint)
    • Line 113: warning: exported type PrintfFunc should have comment or be unexported (golint)
    • Line 114: warning: exported type PrintlnFunc should have comment or be unexported (golint)
    • Line 115: warning: exported type CheckFunc should have comment or be unexported (golint)
    • Line 116: warning: exported type SpewFunc should have comment or be unexported (golint)
    • Line 156: warning: exported var L should have comment or be unexported (golint)
    • Line 177: warning: exported function NewLogger should have comment or be unexported (golint)
    • Line 216: warning: exported method LogWriter.SetLogWriter should have comment or be unexported (golint)
    • Line 249: warning: exported function FileExists should have comment or be unexported (golint)
    • Line 254: warning: exported method Logger.SetLevel should have comment or be unexported (golint)
    • Line 265: warning: exported method Logger.LocToPkg should have comment or be unexported (golint)
    • Line 281: warning: exported method Logger.Register should have comment or be unexported (golint)
    • Line 294: warning: exported method Logger.LoadConfig should have comment or be unexported (golint)
    • Line 322: warning: exported method Logger.LevelIsActive should have comment or be unexported (golint)
    • Line 329: warning: exported method Logger.GetLoc should have comment or be unexported (golint)
    • Line 463: warning: exported function Composite should have comment or be unexported (golint)
    • Line 475: warning: exported function Caller should have comment or be unexported (golint)
    • pod/pkg/gui/image.go
    • Line 24: warning: exported method Theme.Image should have comment or be unexported (golint)
    • Line 28: warning: exported method Image.Src should have comment or be unexported (golint)
    • Line 33: warning: exported method Image.Scale should have comment or be unexported (golint)
    • Line 38: warning: exported method Image.Fn should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Byte/byte.go
    • Line 1: warning: don't use MixedCaps in package name; Byte should be byte (golint)
    • Line 8: warning: exported function New should have comment or be unexported (golint)
    • Line 12: warning: exported method Byte.DecodeOne should have comment or be unexported (golint)
    • Line 17: warning: exported method Byte.Decode should have comment or be unexported (golint)
    • Line 25: warning: exported method Byte.Encode should have comment or be unexported (golint)
    • Line 29: warning: exported method Byte.Get should have comment or be unexported (golint)
    • Line 33: warning: exported method Byte.Put should have comment or be unexported (golint)
    • pod/pkg/chain/config/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/db/walletdb/bdb/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/rpc/client/examples/bitcoincorehttp/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/ico/svg/genicons/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/quit/quit.go
    • Line 9: warning: exported type C should have comment or be unexported (golint)
    • Line 16: warning: exported function T should have comment or be unexported (golint)
    • Line 28: warning: exported function Ts should have comment or be unexported (golint)
    • Line 40: warning: exported method C.Q should have comment or be unexported (golint)
    • Line 53: warning: exported method C.Wait should have comment or be unexported (golint)
    • Line 72: warning: exported function GetLocForChan should have comment or be unexported (golint)
    • Line 88: warning: exported function RemoveClosedChans should have comment or be unexported (golint)
    • Line 111: warning: exported function PrintChanState should have comment or be unexported (golint)
    • Line 128: warning: exported function GetOpenChanCount should have comment or be unexported (golint)
    • pod/cmd/gui/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Byte/log.go
    • Line 1: warning: don't use MixedCaps in package name; Byte should be byte (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/chain/tx/script/opcode.go
    • Line 33: warning: don't use underscores in Go names; const OP_0 should be OP0 (golint)
    • Line 33: warning: exported const OP_0 should have comment (or a comment on this block) or be unexported (golint)
    • Line 115: warning: don't use underscores in Go names; const OP_1 should be OP1 (golint)
    • Line 117: warning: don't use underscores in Go names; const OP_2 should be OP2 (golint)
    • Line 118: warning: don't use underscores in Go names; const OP_3 should be OP3 (golint)
    • Line 119: warning: don't use underscores in Go names; const OP_4 should be OP4 (golint)
    • Line 120: warning: don't use underscores in Go names; const OP_5 should be OP5 (golint)
    • Line 121: warning: don't use underscores in Go names; const OP_6 should be OP6 (golint)
    • Line 122: warning: don't use underscores in Go names; const OP_7 should be OP7 (golint)
    • Line 123: warning: don't use underscores in Go names; const OP_8 should be OP8 (golint)
    • Line 124: warning: don't use underscores in Go names; const OP_9 should be OP9 (golint)
    • Line 296: warning: exported const OpCondFalse should have comment (or a comment on this block) or be unexported (golint)
    • pod/pkg/util/logi/Pkg/pkg.go
    • Line 2: warning: don't use MixedCaps in package name; Pkg should be pkg (golint)
    • Line 13: warning: exported var PackageMagic should have comment or be unexported (golint)
    • Line 15: warning: exported type Container should have comment or be unexported (golint)
    • Line 19: warning: exported function Get should have comment or be unexported (golint)
    • Line 38: warning: exported method Container.GetPackages should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Uint16/log.go
    • Line 1: warning: don't use MixedCaps in package name; Uint16 should be uint16 (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/chain/tx/script/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/comm/stdconn/worker/worker.go
    • Line 15: warning: exported type Worker should have comment or be unexported (golint)
    • Line 75: warning: exported method Worker.Wait should have comment or be unexported (golint)
    • Line 79: warning: exported method Worker.Interrupt should have comment or be unexported (golint)
    • pod/pkg/wallet/coinset/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/kopach/kopach_worker/log.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Block/log.go
    • Line 1: warning: don't use MixedCaps in package name; Block should be block (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Bitses/log.go
    • Line 1: warning: don't use MixedCaps in package name; Bitses should be bitses (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/rpc/chainrpc/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Int32/int32.go
    • Line 1: warning: don't use MixedCaps in package name; Int32 should be int32 (golint)
    • Line 12: warning: exported function New should have comment or be unexported (golint)
    • Line 16: warning: exported method Int32.DecodeOne should have comment or be unexported (golint)
    • Line 21: warning: exported method Int32.Decode should have comment or be unexported (golint)
    • Line 31: warning: exported method Int32.Encode should have comment or be unexported (golint)
    • Line 35: warning: exported method Int32.Get should have comment or be unexported (golint)
    • Line 39: warning: exported method Int32.Put should have comment or be unexported (golint)
    • pod/pkg/comm/stdconn/stdconn.go
    • Line 13: warning: exported type StdConn should have comment or be unexported (golint)
    • Line 19: warning: exported function New should have comment or be unexported (golint)
    • Line 46: warning: exported method StdConn.Close should have comment or be unexported (golint)
    • Line 51: warning: exported method StdConn.LocalAddr should have comment or be unexported (golint)
    • Line 56: warning: exported method StdConn.RemoteAddr should have comment or be unexported (golint)
    • Line 61: warning: exported method StdConn.SetDeadline should have comment or be unexported (golint)
    • Line 66: warning: exported method StdConn.SetReadDeadline should have comment or be unexported (golint)
    • Line 71: warning: exported method StdConn.SetWriteDeadline should have comment or be unexported (golint)
    • pod/pkg/comm/stdconn/example/hello/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/enum.go
    • Line 12: warning: exported type Enum should have comment or be unexported (golint)
    • Line 20: warning: exported method Window.Enum should have comment or be unexported (golint)
    • Line 24: warning: exported method Enum.Value should have comment or be unexported (golint)
    • Line 28: warning: exported method Enum.SetValue should have comment or be unexported (golint)
    • Line 33: warning: exported method Enum.SetOnChange should have comment or be unexported (golint)
    • pod/pkg/gui/texttable.go
    • Line 5: warning: exported type TextTableHeader should have comment or be unexported (golint)
    • Line 7: warning: exported type TextTableRow should have comment or be unexported (golint)
    • Line 9: warning: exported type TextTableBody should have comment or be unexported (golint)
    • Line 103: warning: exported method TextTable.SetReverse should have comment or be unexported (golint)
    • Line 108: warning: exported method TextTable.SetDefaults should have comment or be unexported (golint)
    • Line 145: warning: exported method TextTable.Fn should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/IP/log.go
    • Line 1: warning: don't use MixedCaps in package name; IP should be ip (golint)
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/spv/cache/lru/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/snacl/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/comm/upnp/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/editor.go
    • Line 33: warning: exported method Window.Editor should have comment or be unexported (golint)
    • Line 141: warning: exported type EditorEvent should have comment or be unexported (golint)
    • Line 186: warning: exported method Editor.Alignment should have comment or be unexported (golint)
    • Line 191: warning: exported method Editor.SingleLine should have comment or be unexported (golint)
    • Line 196: warning: exported method Editor.Submit should have comment or be unexported (golint)
    • Line 201: warning: exported method Editor.Mask should have comment or be unexported (golint)
    • Line 206: warning: exported method Editor.SetSubmit should have comment or be unexported (golint)
    • Line 211: warning: exported method Editor.SetChange should have comment or be unexported (golint)
    • Line 216: warning: exported method Editor.SetFocus should have comment or be unexported (golint)
    • Line 485: warning: exported method Editor.PaintText should have comment or be unexported (golint)
    • Line 498: warning: exported method Editor.PaintCaret should have comment or be unexported (golint)
    • pod/pkg/gui/multi.go
    • Line 9: warning: exported type Multi should have comment or be unexported (golint)
    • Line 22: warning: exported method Window.Multiline should have comment or be unexported (golint)
    • Line 137: warning: exported method Multi.UpdateWidgets should have comment or be unexported (golint)
    • Line 157: warning: exported method Multi.PopulateWidgets should have comment or be unexported (golint)
    • Line 225: warning: exported method Multi.Fn should have comment or be unexported (golint)
    • Line 309: warning: exported method Multi.Widgets should have comment or be unexported (golint)
    • pod/pkg/comm/stdconn/example/hello/hello/wrapper.go
    • Line 8: warning: exported type Client should have comment or be unexported (golint)
    • Line 12: warning: exported function NewClient should have comment or be unexported (golint)
    • Line 17: warning: exported method Client.Say should have comment or be unexported (golint)
    • Line 26: warning: exported method Client.Bye should have comment or be unexported (golint)
    • pod/pkg/data/ring/entry.go
    • Line 11: warning: exported type Entry should have comment or be unexported (golint)
    • Line 21: warning: exported function NewEntry should have comment or be unexported (golint)
    • Line 119: warning: exported method Entry.Add should have comment or be unexported (golint)
    • Line 133: warning: exported method Entry.ForEach should have comment or be unexported (golint)
    • pod/cmd/node/mempool/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/gui/main.go
    • Line 37: warning: exported function Main should have comment or be unexported (golint)
    • Line 51: warning: exported type BoolMap should have comment or be unexported (golint)
    • Line 52: warning: exported type ListMap should have comment or be unexported (golint)
    • Line 53: warning: exported type CheckableMap should have comment or be unexported (golint)
    • Line 54: warning: exported type ClickableMap should have comment or be unexported (golint)
    • Line 55: warning: exported type InputMap should have comment or be unexported (golint)
    • Line 56: warning: exported type PasswordMap should have comment or be unexported (golint)
    • Line 57: warning: exported type IncDecMap should have comment or be unexported (golint)
    • Line 59: warning: exported type WalletGUI should have comment or be unexported (golint)
    • Line 119: warning: exported method WalletGUI.Run should have comment or be unexported (golint)
    • Line 265: warning: exported method WalletGUI.GetButtons should have comment or be unexported (golint)
    • Line 281: warning: exported method WalletGUI.GetInputs should have comment or be unexported (golint)
    • Line 298: warning: exported method WalletGUI.GetPasswords should have comment or be unexported (golint)
    • Line 315: warning: exported method WalletGUI.GetIncDecs should have comment or be unexported (golint)
    • Line 359: warning: exported method WalletGUI.GetRunUnit should have comment or be unexported (golint)
    • Line 370: warning: exported method WalletGUI.GetLists should have comment or be unexported (golint)
    • Line 389: warning: exported method WalletGUI.GetClickables should have comment or be unexported (golint)
    • Line 408: warning: exported method WalletGUI.GetCheckables should have comment or be unexported (golint)
    • Line 412: warning: exported method WalletGUI.GetBools should have comment or be unexported (golint)
    • Line 432: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • pod/pkg/chain/forkplan9controller.go
    • Line 9: warning: exported type Algo should have comment or be unexported (golint)
    • Line 14: warning: exported type AlgoList should have comment or be unexported (golint)
    • Line 28: warning: exported type TargetBits should have comment or be unexported (golint)
    • pod/pkg/data/ring/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/examples/list/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/rpc/cpc/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/atom/atom.go
    • Line 14: warning: comment on exported type Bool should be of the form "Bool ..." (with optional leading article) (golint)
    • Line 14: warning: comment on exported type Duration should be of the form "Duration ..." (with optional leading article) (golint)
    • Line 14: warning: comment on exported type Float64 should be of the form "Float64 ..." (with optional leading article) (golint)
    • Line 14: warning: comment on exported type Int32 should be of the form "Int32 ..." (with optional leading article) (golint)
    • Line 14: warning: comment on exported type Int64 should be of the form "Int64 ..." (with optional leading article) (golint)
    • Line 14: warning: comment on exported type Uint32 should be of the form "Uint32 ..." (with optional leading article) (golint)
    • Line 14: warning: comment on exported type Uint64 should be of the form "Uint64 ..." (with optional leading article) (golint)
    • Line 14: warning: comment on exported type Value should be of the form "Value ..." (with optional leading article) (golint)
    • pod/cmd/gui/tickers.go
    • Line 16: warning: exported method WalletGUI.WalletAndClientRunning should have comment or be unexported (golint)
    • Line 22: warning: exported method WalletGUI.Tickers should have comment or be unexported (golint)
    • Line 220: warning: exported method WalletGUI.ChainNotifications should have comment or be unexported (golint)
    • Line 280: warning: exported method WalletGUI.WalletNotifications should have comment or be unexported (golint)
    • pod/pkg/gui/cfg/config.go
    • Line 20: warning: exported type Item should have comment or be unexported (golint)
    • Line 31: warning: exported method Item.Item should have comment or be unexported (golint)
    • Line 39: warning: exported type ItemMap should have comment or be unexported (golint)
    • Line 41: warning: exported type GroupsMap should have comment or be unexported (golint)
    • Line 43: warning: exported type ListItem should have comment or be unexported (golint)
    • Line 48: warning: exported type ListItems should have comment or be unexported (golint)
    • Line 62: warning: exported type List should have comment or be unexported (golint)
    • Line 67: warning: exported type Lists should have comment or be unexported (golint)
    • Line 81: warning: exported method Config.Config should have comment or be unexported (golint)
    • Line 197: warning: exported method GroupsMap.Widget should have comment or be unexported (golint)
    • Line 340: warning: exported method Config.RenderToggle should have comment or be unexported (golint)
    • Line 363: warning: exported method Config.RenderInteger should have comment or be unexported (golint)
    • Line 385: warning: exported method Config.RenderTime should have comment or be unexported (golint)
    • Line 408: warning: exported method Config.RenderFloat should have comment or be unexported (golint)
    • Line 431: warning: exported method Config.RenderString should have comment or be unexported (golint)
    • Line 452: warning: exported method Config.RenderPassword should have comment or be unexported (golint)
    • Line 473: warning: exported method Config.RenderMulti should have comment or be unexported (golint)
    • Line 498: warning: exported method Config.RenderRadio should have comment or be unexported (golint)
    • pod/pkg/gui/widget/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/examples/table/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/gobin/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/button.go
    • Line 19: warning: exported type Button should have comment or be unexported (golint)
    • Line 109: warning: exported method Button.SetClick should have comment or be unexported (golint)
    • Line 114: warning: exported method Button.SetCancel should have comment or be unexported (golint)
    • Line 119: warning: exported method Button.SetPress should have comment or be unexported (golint)
    • pod/app/save/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/rpc/chainrpc/rpcwebsocket.go
    • Line 35: warning: exported type NotificationBlockConnected should have comment or be unexported (golint)
    • Line 36: warning: exported type NotificationBlockDisconnected should have comment or be unexported (golint)
    • Line 37: warning: exported type NotificationRegisterAddr should have comment or be unexported (golint)
    • Line 41: warning: exported type NotificationRegisterBlocks should have comment or be unexported (golint)
    • Line 45: warning: exported type NotificationRegisterClient should have comment or be unexported (golint)
    • Line 46: warning: exported type NotificationRegisterNewMempoolTxs should have comment or be unexported (golint)
    • Line 47: warning: exported type NotificationRegisterSpent should have comment or be unexported (golint)
    • Line 51: warning: exported type NotificationTxAcceptedByMempool should have comment or be unexported (golint)
    • Line 55: warning: exported type NotificationUnregisterAddr should have comment or be unexported (golint)
    • Line 59: warning: exported type NotificationUnregisterBlocks should have comment or be unexported (golint)
    • Line 60: warning: exported type NotificationUnregisterClient should have comment or be unexported (golint)
    • Line 61: warning: exported type NotificationUnregisterNewMempoolTxs should have comment or be unexported (golint)
    • Line 62: warning: exported type NotificationUnregisterSpent should have comment or be unexported (golint)
    • Line 66: warning: exported type RescanKeys should have comment or be unexported (golint)
    • Line 74: warning: exported type Semaphore should have comment or be unexported (golint)
    • Line 205: warning: exported var WSHandlersBeforeInit should have comment or be unexported (golint)
    • Line 1508: warning: exported method Semaphore.Acquire should have comment or be unexported (golint)
    • Line 1511: warning: exported method Semaphore.Release should have comment or be unexported (golint)
    • Line 2141: warning: exported function MakeSemaphore should have comment or be unexported (golint)
    • pod/pkg/comm/transport/crypto.go
    • Line 12: warning: exported function DecryptMessage should have comment or be unexported (golint)
    • Line 16: warning: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint)
    • Line 38: warning: exported function GetNonce should have comment or be unexported (golint)
    • pod/pkg/rpc/legacy/methods.go
    • Line 722: warning: exported function DecodeAddress should have comment or be unexported (golint)
    • Line 1182: warning: exported function HandleDropWalletHistory should have comment or be unexported (golint)
    • Line 1216: warning: exported var HelpDescs should have comment or be unexported (golint)
    • Line 1217: warning: exported var HelpDescsMutex should have comment or be unexported (golint)
    • Line 1746: warning: exported function IsNilOrEmpty should have comment or be unexported (golint)
    • pod/app/main.go
    • Line 16: warning: exported const Name should have comment (or a comment on this block) or be unexported (golint)
    • pod/cmd/node/integration/rpctest/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/fec/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/kopach/gui.go
    • Line 19: warning: exported type MinerModel should have comment or be unexported (golint)
    • Line 38: warning: exported method MinerModel.Widget should have comment or be unexported (golint)
    • Line 94: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 102: warning: exported method MinerModel.FillSpace should have comment or be unexported (golint)
    • Line 112: warning: exported method MinerModel.VSpacer should have comment or be unexported (golint)
    • Line 122: warning: exported method MinerModel.Header should have comment or be unexported (golint)
    • Line 151: warning: exported method MinerModel.RunControl should have comment or be unexported (golint)
    • Line 179: warning: exported method MinerModel.SetThreads should have comment or be unexported (golint)
    • Line 201: warning: exported method MinerModel.PreSharedKey should have comment or be unexported (golint)
    • Line 216: warning: exported method MinerModel.BlockInfoModalCloser should have comment or be unexported (golint)
    • Line 228: warning: exported method MinerModel.BlockDetails should have comment or be unexported (golint)
    • Line 330: warning: exported method MinerModel.FoundBlocks should have comment or be unexported (golint)
    • pod/pkg/gui/column.go
    • Line 7: warning: exported type ColumnRow should have comment or be unexported (golint)
    • Line 12: warning: exported type Rows should have comment or be unexported (golint)
    • Line 14: warning: exported type Column should have comment or be unexported (golint)
    • Line 23: warning: exported method Window.Column should have comment or be unexported (golint)
    • Line 29: warning: exported method Column.Fn should have comment or be unexported (golint)
    • Line 36: warning: exported method Column.List should have comment or be unexported (golint)
    • pod/stroy/stroy.go
    • Line 274: warning: exported var URL should have comment or be unexported (golint)
    • Line 281: warning: exported function GetVersion should have comment or be unexported (golint)
    • Line 302: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 303: warning: exported function Error should have comment or be unexported (golint)
    • Line 304: warning: exported function Warn should have comment or be unexported (golint)
    • Line 305: warning: exported function Info should have comment or be unexported (golint)
    • Line 306: warning: exported function Check should have comment or be unexported (golint)
    • Line 307: warning: exported function Debug should have comment or be unexported (golint)
    • Line 308: warning: exported function Trace should have comment or be unexported (golint)
    • Line 310: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 311: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 312: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 313: warning: exported function Infof should have comment or be unexported (golint)
    • Line 314: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 315: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 317: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 318: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 319: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 320: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 321: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 322: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 324: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 325: warning: exported function Errors should have comment or be unexported (golint)
    • Line 326: warning: exported function Warns should have comment or be unexported (golint)
    • Line 327: warning: exported function Infos should have comment or be unexported (golint)
    • Line 328: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 329: warning: exported function Traces should have comment or be unexported (golint)
    • pod/app/conte/context.go
    • Line 88: warning: exported method Xt.WaitAdd should have comment or be unexported (golint)
    • Line 98: warning: exported method Xt.WaitDone should have comment or be unexported (golint)
    • Line 108: warning: exported method Xt.WaitWait should have comment or be unexported (golint)
    • Line 113: warning: exported method Xt.PrintWaitChangers should have comment or be unexported (golint)
    • Line 150: warning: exported function GetContext should have comment or be unexported (golint)
    • Line 157: warning: exported method Xt.IsCurrent should have comment or be unexported (golint)
    • pod/cmd/kopach/control/pause/pause.go
    • Line 13: warning: exported var Magic should have comment or be unexported (golint)
    • Line 15: warning: exported type Container should have comment or be unexported (golint)
    • Line 19: warning: exported function GetPauseContainer should have comment or be unexported (golint)
    • Line 24: warning: exported function LoadPauseContainer should have comment or be unexported (golint)
    • Line 30: warning: exported method Container.GetIPs should have comment or be unexported (golint)
    • Line 34: warning: exported method Container.GetP2PListenersPort should have comment or be unexported (golint)
    • Line 38: warning: exported method Container.GetRPCListenersPort should have comment or be unexported (golint)
    • Line 42: warning: exported method Container.GetControllerListenerPort should have comment or be unexported (golint)
    • pod/pkg/chain/forkplan9helpers.go
    • Line 10: warning: exported method BlockChain.GetCommonP9Averages should have comment or be unexported (golint)
    • Line 159: warning: exported method BlockChain.GetP9AlgoDiv should have comment or be unexported (golint)
    • Line 201: warning: exported method BlockChain.GetP9Since should have comment or be unexported (golint)
    • Line 230: warning: exported method BlockChain.IsP9HardFork should have comment or be unexported (golint)
    • pod/cmd/kopach/worker/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/comm/pipe/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/rpc/ctl/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/card.go
    • Line 5: warning: exported method Window.Card should have comment or be unexported (golint)
    • Line 14: warning: exported method Window.CardList should have comment or be unexported (golint)
    • Line 22: warning: exported method Window.CardContent should have comment or be unexported (golint)
    • pod/pkg/gui/float.go
    • Line 24: warning: exported method Theme.Float should have comment or be unexported (golint)
    • Line 28: warning: exported method Float.SetValue should have comment or be unexported (golint)
    • Line 32: warning: exported method Float.Value should have comment or be unexported (golint)
    • Line 36: warning: exported method Float.SetHook should have comment or be unexported (golint)
    • pod/pkg/chain/sync/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Block/block.go
    • Line 1: warning: don't use MixedCaps in package name; Block should be block (golint)
    • Line 10: warning: exported type Block should have comment or be unexported (golint)
    • Line 15: warning: exported function New should have comment or be unexported (golint)
    • Line 19: warning: exported method Block.DecodeOne should have comment or be unexported (golint)
    • Line 24: warning: exported method Block.Decode should have comment or be unexported (golint)
    • Line 40: warning: exported method Block.Encode should have comment or be unexported (golint)
    • Line 47: warning: exported method Block.Get should have comment or be unexported (golint)
    • Line 57: warning: exported method Block.Put should have comment or be unexported (golint)
    • pod/pkg/comm/peer/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/bool.go
    • Line 7: warning: exported type BoolHook should have comment or be unexported (golint)
    • Line 9: warning: exported type Bool should have comment or be unexported (golint)
    • pod/pkg/gui/responsive.go
    • Line 18: warning: exported type Widgets should have comment or be unexported (golint)
    • Line 33: warning: exported type Responsive should have comment or be unexported (golint)
    • Line 39: warning: exported method Theme.Responsive should have comment or be unexported (golint)
    • Line 43: warning: exported method Responsive.Fn should have comment or be unexported (golint)
    • pod/pkg/rpc/legacy/server.go
    • Line 27: warning: exported type WebsocketClient should have comment or be unexported (golint)
    • Line 37: warning: exported function NewWebsocketClient should have comment or be unexported (golint)
    • Line 47: warning: exported method WebsocketClient.Send should have comment or be unexported (golint)
    • Line 350: warning: exported method Server.WebsocketClientRead should have comment or be unexported (golint)
    • Line 367: warning: exported method Server.WebsocketClientRespond should have comment or be unexported (golint)
    • Line 487: warning: exported method Server.WebsocketClientSend should have comment or be unexported (golint)
    • Line 623: warning: exported method Server.RequestProcessShutdown should have comment or be unexported (golint)
    • pod/pkg/data/ring/uint64.go
    • Line 3: warning: exported type BufferUint64 should have comment or be unexported (golint)
    • Line 9: warning: exported function NewBufferUint64 should have comment or be unexported (golint)
    • Line 29: warning: exported method BufferUint64.Add should have comment or be unexported (golint)
    • Line 40: warning: exported method BufferUint64.ForEach should have comment or be unexported (golint)
    • pod/pkg/coding/gcs/builder/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/config/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/comm/stdconn/example/hello/implementation.go
    • Line 13: warning: exported type Hello should have comment or be unexported (golint)
    • Line 17: warning: exported function NewHello should have comment or be unexported (golint)
    • Line 21: warning: exported method Hello.Say should have comment or be unexported (golint)
    • Line 27: warning: exported method Hello.Bye should have comment or be unexported (golint)
    • pod/pkg/data/ring/float64.go
    • Line 3: warning: exported type BufferFloat64 should have comment or be unexported (golint)
    • Line 9: warning: exported function NewBufferFloat64 should have comment or be unexported (golint)
    • Line 28: warning: exported method BufferFloat64.Len should have comment or be unexported (golint)
    • Line 35: warning: exported method BufferFloat64.Add should have comment or be unexported (golint)
    • Line 46: warning: exported method BufferFloat64.ForEach should have comment or be unexported (golint)
    • pod/pkg/comm/transport/cmd/example/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/kopach/control/pause/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/cfg/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/label.go
    • Line 12: warning: exported type Label should have comment or be unexported (golint)
    • Line 81: warning: exported type ScaleType should have comment or be unexported (golint)
    • Line 84: warning: exported var Scales should have comment or be unexported (golint)
    • Line 97: warning: exported method Window.H1 should have comment or be unexported (golint)
    • Line 102: warning: exported method Window.H2 should have comment or be unexported (golint)
    • Line 107: warning: exported method Window.H3 should have comment or be unexported (golint)
    • Line 112: warning: exported method Window.H4 should have comment or be unexported (golint)
    • Line 117: warning: exported method Window.H5 should have comment or be unexported (golint)
    • Line 122: warning: exported method Window.H6 should have comment or be unexported (golint)
    • Line 127: warning: exported method Window.Body1 should have comment or be unexported (golint)
    • Line 132: warning: exported method Window.Body2 should have comment or be unexported (golint)
    • Line 137: warning: exported method Window.Caption should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Bytes/bytes.go
    • Line 1: warning: don't use MixedCaps in package name; Bytes should be bytes (golint)
    • Line 10: warning: exported function New should have comment or be unexported (golint)
    • Line 14: warning: exported method Bytes.DecodeOne should have comment or be unexported (golint)
    • Line 19: warning: exported method Bytes.Decode should have comment or be unexported (golint)
    • Line 30: warning: exported method Bytes.Encode should have comment or be unexported (golint)
    • Line 36: warning: exported method Bytes.Get should have comment or be unexported (golint)
    • Line 40: warning: exported method Bytes.Put should have comment or be unexported (golint)
    • pod/pkg/util/helpers/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/lang/lang.go
    • Line 3: warning: exported type Text should have comment or be unexported (golint)
    • Line 8: warning: exported type Language should have comment or be unexported (golint)
    • Line 12: warning: exported type Com should have comment or be unexported (golint)
    • Line 16: warning: exported type Dictionary should have comment or be unexported (golint)
    • Line 18: warning: exported type Lexicon should have comment or be unexported (golint)
    • Line 22: warning: exported function ExportLanguage should have comment or be unexported (golint)
    • Line 36: warning: exported method Lexicon.RenderText should have comment or be unexported (golint)
    • pod/pkg/gui/pools.go
    • Line 3: warning: exported type Pool should have comment or be unexported (golint)
    • Line 19: warning: exported method Window.NewPool should have comment or be unexported (golint)
    • Line 23: warning: exported method Pool.Reset should have comment or be unexported (golint)
    • pod/cmd/kopach/main.go
    • Line 36: warning: exported type HashCount should have comment or be unexported (golint)
    • Line 41: warning: exported type SolutionData should have comment or be unexported (golint)
    • Line 55: warning: exported type Worker should have comment or be unexported (golint)
    • Line 83: warning: exported method Worker.Start should have comment or be unexported (golint)
    • Line 109: warning: exported method Worker.Stop should have comment or be unexported (golint)
    • Line 130: warning: exported function Handle should have comment or be unexported (golint)
    • Line 377: warning: exported method Worker.HashReport should have comment or be unexported (golint)
    • pod/pkg/util/logi/pipe/consume/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Hashes/hashes.go
    • Line 1: warning: don't use MixedCaps in package name; Hashes should be hashes (golint)
    • Line 10: warning: exported type Hashes should have comment or be unexported (golint)
    • Line 16: warning: exported function NewHashes should have comment or be unexported (golint)
    • Line 20: warning: exported method Hashes.DecodeOne should have comment or be unexported (golint)
    • Line 25: warning: exported method Hashes.Decode should have comment or be unexported (golint)
    • Line 47: warning: exported method Hashes.Encode should have comment or be unexported (golint)
    • Line 60: warning: exported method Hashes.Get should have comment or be unexported (golint)
    • Line 76: warning: exported method Hashes.Put should have comment or be unexported (golint)
    • pod/cmd/tools/addblock_/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/spv/filterdb/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/cfg/main.go
    • Line 9: warning: exported function New should have comment or be unexported (golint)
    • Line 18: warning: exported type Config should have comment or be unexported (golint)
    • Line 34: warning: exported method Config.Init should have comment or be unexported (golint)
    • pod/pkg/gui/helpers.go
    • Line 18: warning: exported type Fonts should have comment or be unexported (golint)
    • Line 19: warning: exported type Icons should have comment or be unexported (golint)
    • Line 20: warning: exported type Collection should have comment or be unexported (golint)
    • Line 22: warning: exported method Collection.Font should have comment or be unexported (golint)
    • Line 33: warning: exported const Inf should have comment or be unexported (golint)
    • Line 72: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 80: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 88: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 96: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 104: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 112: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 117: warning: exported function EmptySpace should have comment or be unexported (golint)
    • Line 128: warning: exported function EmptyFromSize should have comment or be unexported (golint)
    • Line 136: warning: exported function EmptyMaxWidth should have comment or be unexported (golint)
    • Line 144: warning: exported function EmptyMaxHeight should have comment or be unexported (golint)
    • Line 150: warning: exported function EmptyMinWidth should have comment or be unexported (golint)
    • Line 158: warning: exported function EmptyMinHeight should have comment or be unexported (golint)
    • Line 208: warning: exported function If should have comment or be unexported (golint)
    • Line 211: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 216: warning: exported method Theme.SliceToWidget should have comment or be unexported (golint)
    • pod/pkg/gui/icon.go
    • Line 14: warning: exported type Icon should have comment or be unexported (golint)
    • Line 26: warning: exported type IconByColor should have comment or be unexported (golint)
    • Line 27: warning: exported type IconBySize should have comment or be unexported (golint)
    • Line 28: warning: exported type IconCache should have comment or be unexported (golint)
    • Line 59: warning: exported method Icon.Size should have comment or be unexported (golint)
    • pod/cmd/kopach/worker/implementation.go
    • Line 33: warning: exported const RoundsPerAlgo should have comment or be unexported (golint)
    • Line 35: warning: exported type Worker should have comment or be unexported (golint)
    • Line 58: warning: exported type Counter should have comment or be unexported (golint)
    • Line 329: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • pod/pkg/chain/tx/mgr/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/node/integration/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/interrupt/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/dimensionlist.go
    • Line 8: warning: exported type DimensionList should have comment or be unexported (golint)
    • Line 10: warning: exported method DimensionList.GetTotal should have comment or be unexported (golint)
    • Line 70: warning: exported function GetDimension should have comment or be unexported (golint)
    • Line 77: warning: exported method DimensionList.GetSizes should have comment or be unexported (golint)
    • pod/pkg/rpc/client/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/kopach/client/wrapper.go
    • Line 11: warning: exported type Client should have comment or be unexported (golint)
    • Line 56: warning: exported method Client.Stop should have comment or be unexported (golint)
    • Line 70: warning: exported method Client.SendPass should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Uint64/uint64.go
    • Line 1: warning: don't use MixedCaps in package name; Uint64 should be uint64 (golint)
    • Line 10: warning: exported function New should have comment or be unexported (golint)
    • Line 14: warning: exported method Uint64.DecodeOne should have comment or be unexported (golint)
    • Line 19: warning: exported method Uint64.Decode should have comment or be unexported (golint)
    • Line 32: warning: exported method Uint64.Encode should have comment or be unexported (golint)
    • Line 36: warning: exported method Uint64.Get should have comment or be unexported (golint)
    • Line 40: warning: exported method Uint64.Put should have comment or be unexported (golint)
    • pod/cmd/node/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/spv/headerfs/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/rpc/client/examples/btcwalletwebsockets/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/wallet/addrmgr/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Int16/int16.go
    • Line 1: warning: don't use MixedCaps in package name; Int16 should be int16 (golint)
    • Line 10: warning: exported function New should have comment or be unexported (golint)
    • Line 14: warning: exported method Int16.DecodeOne should have comment or be unexported (golint)
    • Line 19: warning: exported method Int16.Decode should have comment or be unexported (golint)
    • Line 29: warning: exported method Int16.Encode should have comment or be unexported (golint)
    • Line 33: warning: exported method Int16.Get should have comment or be unexported (golint)
    • Line 37: warning: exported method Int16.Put should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/String/string.go
    • Line 1: warning: don't use MixedCaps in package name; String should be string (golint)
    • Line 10: warning: exported function New should have comment or be unexported (golint)
    • Line 14: warning: exported method String.DecodeOne should have comment or be unexported (golint)
    • Line 19: warning: exported method String.Decode should have comment or be unexported (golint)
    • Line 30: warning: exported method String.Encode should have comment or be unexported (golint)
    • Line 36: warning: exported method String.Get should have comment or be unexported (golint)
    • Line 40: warning: exported method String.Put should have comment or be unexported (golint)
    • pod/pkg/chain/tx/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/comm/multicast/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/fonts/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/poolgen/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/legacy/keystore/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/kopach/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/buttonlayout.go
    • Line 14: warning: exported type ButtonLayout should have comment or be unexported (golint)
    • Line 57: warning: exported method ButtonLayout.SetClick should have comment or be unexported (golint)
    • Line 62: warning: exported method ButtonLayout.SetCancel should have comment or be unexported (golint)
    • Line 67: warning: exported method ButtonLayout.SetPress should have comment or be unexported (golint)
    • pod/cmd/node/version/version.go
    • Line 16: warning: exported const AppMajor should have comment (or a comment on this block) or be unexported (golint)
    • Line 24: warning: comment on exported var AppBuild should be of the form "AppBuild ..." (golint)
    • pod/pkg/gui/clipboard/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/rpc/chainrpc/server.go
    • Line 50: warning: exported const DefaultMaxOrphanTxSize should have comment or be unexported (golint)
    • Line 73: warning: exported type ConnectNodeMsg should have comment or be unexported (golint)
    • Line 78: warning: exported type DisconnectNodeMsg should have comment or be unexported (golint)
    • Line 82: warning: exported type GetAddedNodesMsg should have comment or be unexported (golint)
    • Line 85: warning: exported type GetConnCountMsg should have comment or be unexported (golint)
    • Line 88: warning: exported type GetOutboundGroup should have comment or be unexported (golint)
    • Line 92: warning: exported type GetPeersMsg should have comment or be unexported (golint)
    • Line 113: warning: exported type RemoveNodeMsg should have comment or be unexported (golint)
    • Line 1215: warning: exported method Node.UPNPUpdateThread should have comment or be unexported (golint)
    • Line 2358: warning: comment on exported function DynamicTickDuration should be of the form "DynamicTickDuration ..." (golint)
    • Line 2516: warning: exported function NewPeerConfig should have comment or be unexported (golint)
    • Line 2562: warning: exported type Context should have comment or be unexported (golint)
    • pod/cmd/gui/send.go
    • Line 18: warning: exported type SendPage should have comment or be unexported (golint)
    • Line 23: warning: exported method WalletGUI.GetSendPage should have comment or be unexported (golint)
    • Line 35: warning: exported method SendPage.Fn should have comment or be unexported (golint)
    • Line 50: warning: exported method SendPage.SmallList should have comment or be unexported (golint)
    • Line 84: warning: exported method SendPage.MediumList should have comment or be unexported (golint)
    • Line 142: warning: exported method SendPage.AddressInput should have comment or be unexported (golint)
    • Line 149: warning: exported method SendPage.AmountInput should have comment or be unexported (golint)
    • Line 156: warning: exported method SendPage.MessageInput should have comment or be unexported (golint)
    • Line 163: warning: exported method SendPage.SendButton should have comment or be unexported (golint)
    • Line 229: warning: exported method SendPage.SaveButton should have comment or be unexported (golint)
    • Line 288: warning: exported method SendPage.PasteButton should have comment or be unexported (golint)
    • Line 355: warning: exported method SendPage.AddressbookHeader should have comment or be unexported (golint)
    • Line 366: warning: exported method SendPage.GetAddressbookHistoryCards should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/Int64/int64.go
    • Line 1: warning: don't use MixedCaps in package name; Int64 should be int64 (golint)
    • Line 12: warning: exported function New should have comment or be unexported (golint)
    • Line 16: warning: exported method Int64.DecodeOne should have comment or be unexported (golint)
    • Line 21: warning: exported method Int64.Decode should have comment or be unexported (golint)
    • Line 34: warning: exported method Int64.Encode should have comment or be unexported (golint)
    • Line 38: warning: exported method Int64.Get should have comment or be unexported (golint)
    • Line 42: warning: exported method Int64.Put should have comment or be unexported (golint)
    • pod/pkg/util/normalize/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/kopach/control/controller.go
    • Line 36: warning: exported const MaxDatagramSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported type Controller should have comment or be unexported (golint)
    • Line 69: warning: exported function Run should have comment or be unexported (golint)
    • Line 183: warning: exported method Controller.HashReport should have comment or be unexported (golint)
    • Line 261: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 553: warning: exported method Controller.UpdateAndSendTemplate should have comment or be unexported (golint)
    • pod/pkg/chain/fork/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/rununit/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/ctl/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/chain/tx/author/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/spv/headerlist/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/chain/wire/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/coding/simplebuffer/simplebuffer.go
    • Line 7: warning: exported type Serializer should have comment or be unexported (golint)
    • Line 14: warning: exported type Serializers should have comment or be unexported (golint)
    • Line 16: warning: exported type Container should have comment or be unexported (golint)
    • Line 58: warning: exported method Container.Count should have comment or be unexported (golint)
    • Line 71: warning: exported method Container.GetMagic should have comment or be unexported (golint)
    • pod/pkg/coding/elliptic/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/loop/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/logi/pipe/serve/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/fill.go
    • Line 25: warning: exported const NW should have comment (or a comment on this block) or be unexported (golint)
    • pod/pkg/chain/mining/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/rpc/legacy/rpcserverhelp.go
    • Line 4: warning: exported function HelpDescsEnUS should have comment or be unexported (golint)
    • Line 54: warning: exported var LocaleHelpDescs should have comment or be unexported (golint)
    • Line 57: warning: exported var RequestUsages should have comment or be unexported (golint)
    • pod/cmd/tools/sweepaccount/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/util/logi/Entry/entry.go
    • Line 2: warning: don't use MixedCaps in package name; Entry should be entry (golint)
    • Line 16: warning: exported var Magic should have comment or be unexported (golint)
    • Line 18: warning: exported type Container should have comment or be unexported (golint)
    • Line 22: warning: exported function Get should have comment or be unexported (golint)
    • Line 38: warning: exported method Container.GetTime should have comment or be unexported (golint)
    • Line 42: warning: exported method Container.GetLevel should have comment or be unexported (golint)
    • Line 46: warning: exported method Container.GetPackage should have comment or be unexported (golint)
    • Line 50: warning: exported method Container.GetCodeLocation should have comment or be unexported (golint)
    • Line 54: warning: exported method Container.GetText should have comment or be unexported (golint)
    • pod/pkg/util/hdkeychain/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/cmd/kopach/control/hashrate/hashrate.go
    • Line 21: warning: exported var Magic should have comment or be unexported (golint)
    • Line 23: warning: exported type Container should have comment or be unexported (golint)
    • Line 27: warning: exported type Hashrate should have comment or be unexported (golint)
    • Line 37: warning: exported function Get should have comment or be unexported (golint)
    • Line 59: warning: exported method Container.GetTime should have comment or be unexported (golint)
    • Line 63: warning: exported method Container.GetIPs should have comment or be unexported (golint)
    • Line 67: warning: exported method Container.GetCount should have comment or be unexported (golint)
    • Line 71: warning: exported method Container.GetVersion should have comment or be unexported (golint)
    • Line 75: warning: exported method Container.GetHeight should have comment or be unexported (golint)
    • Line 79: warning: exported method Container.GetNonce should have comment or be unexported (golint)
    • Line 83: warning: exported method Container.GetID should have comment or be unexported (golint)
    • pod/pkg/chain/fullblocktests/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/rpc/btcjson/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Errorln should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/chain/forkhash/log.go
    • Line 16: warning: exported function Fatal should have comment or be unexported (golint)
    • Line 17: warning: exported function Error should have comment or be unexported (golint)
    • Line 18: warning: exported function Warn should have comment or be unexported (golint)
    • Line 19: warning: exported function Info should have comment or be unexported (golint)
    • Line 20: warning: exported function Check should have comment or be unexported (golint)
    • Line 21: warning: exported function Debug should have comment or be unexported (golint)
    • Line 22: warning: exported function Trace should have comment or be unexported (golint)
    • Line 24: warning: exported function Fatalf should have comment or be unexported (golint)
    • Line 25: warning: exported function Errorf should have comment or be unexported (golint)
    • Line 26: warning: exported function Warnf should have comment or be unexported (golint)
    • Line 27: warning: exported function Infof should have comment or be unexported (golint)
    • Line 28: warning: exported function Debugf should have comment or be unexported (golint)
    • Line 29: warning: exported function Tracef should have comment or be unexported (golint)
    • Line 31: warning: exported function Fatalc should have comment or be unexported (golint)
    • Line 32: warning: exported function Errorc should have comment or be unexported (golint)
    • Line 33: warning: exported function Warnc should have comment or be unexported (golint)
    • Line 34: warning: exported function Infoc should have comment or be unexported (golint)
    • Line 35: warning: exported function Debugc should have comment or be unexported (golint)
    • Line 36: warning: exported function Tracec should have comment or be unexported (golint)
    • Line 38: warning: exported function Fatals should have comment or be unexported (golint)
    • Line 39: warning: exported function Errors should have comment or be unexported (golint)
    • Line 40: warning: exported function Warns should have comment or be unexported (golint)
    • Line 41: warning: exported function Infos should have comment or be unexported (golint)
    • Line 42: warning: exported function Debugs should have comment or be unexported (golint)
    • Line 43: warning: exported function Traces should have comment or be unexported (golint)
    • pod/pkg/gui/table.go
    • Line 11: warning: exported type Cell should have comment or be unexported (golint)
    • Line 37: warning: exported type CellRow should have comment or be unexported (golint)
    • Line 39: warning: exported method CellRow.GetPriority should have comment or be unexported (golint)
    • Line 50: warning: exported type CellPriority should have comment or be unexported (golint)
    • Line 55: warning: exported type CellPriorities should have comment or be unexported (golint)
    • Line 68: warning: exported type CellGrid should have comment or be unexported (golint)
    • Line 83: warning: exported method Window.Table should have comment or be unexported (golint)
    • Line 90: warning: exported method Table.SetReverse should have comment or be unexported (golint)
    • Line 95: warning: exported method Table.HeaderBackground should have comment or be unexported (golint)
    • Line 100: warning: exported method Table.CellBackground should have comment or be unexported (golint)
    • Line 105: warning: exported method Table.Header should have comment or be unexported (golint)
    • Line 110: warning: exported method Table.Body should have comment or be unexported (golint)
    • Line 115: warning: exported method Table.Fn should have comment or be unexported (golint)
    • pod/pkg/gui/window.go
    • Line 19: warning: exported type CallbackQueue should have comment or be unexported (golint)
    • Line 21: warning: exported function NewCallbackQueue should have comment or be unexported (golint)
    • Line 41: warning: exported type Window should have comment or be unexported (golint)
    • Line 54: warning: exported method Window.PushOverlay should have comment or be unexported (golint)
    • Line 58: warning: exported method Window.PopOverlay should have comment or be unexported (golint)
    • Line 65: warning: exported method Window.Overlay should have comment or be unexported (golint)
    • Line 122: warning: exported method Window.Run should have comment or be unexported (golint)

gocyclo86%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.

    • pod/cmd/spv/sync_test.go
    • Line 382: warning: cyclomatic complexity 36 of function testStartRescan() is high (> 15) (gocyclo)
    • Line 1084: warning: cyclomatic complexity 28 of function waitForSync() is high (> 15) (gocyclo)
    • Line 723: warning: cyclomatic complexity 26 of function testRandomBlocks() is high (> 15) (gocyclo)
    • Line 284: warning: cyclomatic complexity 18 of function testRescan() is high (> 15) (gocyclo)
    • Line 624: warning: cyclomatic complexity 18 of function testRescanResults() is high (> 15) (gocyclo)
    • pod/cmd/spv/blockmanager.go
    • Line 1649: warning: cyclomatic complexity 37 of function (*blockManager).handleHeadersMsg() is high (> 15) (gocyclo)
    • Line 338: warning: cyclomatic complexity 34 of function (*blockManager).cfHandler() is high (> 15) (gocyclo)
    • Line 937: warning: cyclomatic complexity 23 of function (*blockManager).resolveConflict() is high (> 15) (gocyclo)
    • Line 1570: warning: cyclomatic complexity 22 of function (*blockManager).handleInvMsg() is high (> 15) (gocyclo)
    • Line 639: warning: cyclomatic complexity 18 of function (*blockManager).getCheckpointedCFHeaders() is high (> 15) (gocyclo)
    • Line 534: warning: cyclomatic complexity 16 of function (*blockManager).getUncheckpointedCFHeaders() is high (> 15) (gocyclo)
    • pod/pkg/wallet/wallet.go
    • Line 294: warning: cyclomatic complexity 54 of function (*Wallet).syncWithChain() is high (> 15) (gocyclo)
    • Line 2309: warning: cyclomatic complexity 24 of function (*Wallet).ListUnspent() is high (> 15) (gocyclo)
    • Line 1985: warning: cyclomatic complexity 23 of function (*Wallet).GetTransactions() is high (> 15) (gocyclo)
    • Line 3021: warning: cyclomatic complexity 19 of function (*Wallet).SignTransaction() is high (> 15) (gocyclo)
    • Line 1075: warning: cyclomatic complexity 18 of function (*Wallet).walletLocker() is high (> 15) (gocyclo)
    • Line 2611: warning: cyclomatic complexity 16 of function (*Wallet).resendUnminedTxs() is high (> 15) (gocyclo)
    • Line 2198: warning: cyclomatic complexity 16 of function (*Wallet).AccountBalances() is high (> 15) (gocyclo)
    • pod/pkg/coding/qrcode/qr.go
    • Line 782: warning: cyclomatic complexity 61 of function (*Qrcode).calcPenalty() is high (> 15) (gocyclo)
    • Line 390: warning: cyclomatic complexity 41 of function (*Qrcode).placePatterns() is high (> 15) (gocyclo)
    • Line 212: warning: cyclomatic complexity 25 of function (*Qrcode).Encode() is high (> 15) (gocyclo)
    • Line 485: warning: cyclomatic complexity 16 of function (*Qrcode).mapData() is high (> 15) (gocyclo)
    • pod/pkg/chain/wire/common.go
    • Line 167: warning: cyclomatic complexity 34 of function readElement() is high (> 15) (gocyclo)
    • Line 321: warning: cyclomatic complexity 30 of function writeElement() is high (> 15) (gocyclo)
    • pod/pkg/wallet/addrmgr/manager_test.go
    • Line 1797: warning: cyclomatic complexity 35 of function TestScopedKeyManagerManagement() is high (> 15) (gocyclo)
    • Line 99: warning: cyclomatic complexity 23 of function testManagedPubKeyAddress() is high (> 15) (gocyclo)
    • Line 533: warning: cyclomatic complexity 18 of function testLocking() is high (> 15) (gocyclo)
    • Line 411: warning: cyclomatic complexity 18 of function testInternalAddresses() is high (> 15) (gocyclo)
    • Line 295: warning: cyclomatic complexity 17 of function testExternalAddresses() is high (> 15) (gocyclo)
    • Line 613: warning: cyclomatic complexity 16 of function testImportPrivateKey() is high (> 15) (gocyclo)
    • pod/pkg/chain/tx/mgr/tx_test.go
    • Line 642: warning: cyclomatic complexity 43 of function TestCoinbases() is high (> 15) (gocyclo)
    • Line 102: warning: cyclomatic complexity 36 of function TestInsertsCreditsDebitsRollbacks() is high (> 15) (gocyclo)
    • Line 1034: warning: cyclomatic complexity 28 of function TestMoveMultipleToSameBlock() is high (> 15) (gocyclo)
    • Line 1558: warning: cyclomatic complexity 27 of function TestInsertConfirmedDoubleSpendTx() is high (> 15) (gocyclo)
    • Line 1716: warning: cyclomatic complexity 21 of function TestAddDuplicateCreditAfterConfirm() is high (> 15) (gocyclo)
    • Line 1419: warning: cyclomatic complexity 21 of function testInsertMempoolDoubleSpendTx() is high (> 15) (gocyclo)
    • Line 1272: warning: cyclomatic complexity 17 of function TestRemoveUnminedTx() is high (> 15) (gocyclo)
    • pod/pkg/chain/chain.go
    • Line 676: warning: cyclomatic complexity 32 of function (*BlockChain).reorganizeChain() is high (> 15) (gocyclo)
    • Line 907: warning: cyclomatic complexity 19 of function (*BlockChain).connectBestChain() is high (> 15) (gocyclo)
    • Line 1419: warning: cyclomatic complexity 16 of function New() is high (> 15) (gocyclo)
    • pod/pkg/wallet/addrmgr/db.go
    • Line 1471: warning: cyclomatic complexity 23 of function deletePrivateKeys() is high (> 15) (gocyclo)
    • Line 1936: warning: cyclomatic complexity 17 of function upgradeToVersion5() is high (> 15) (gocyclo)
    • pod/pkg/db/ffldb/interface_test.go
    • Line 1457: warning: cyclomatic complexity 39 of function testClosedTxInterface() is high (> 15) (gocyclo)
    • Line 798: warning: cyclomatic complexity 35 of function testMetadataTxInterface() is high (> 15) (gocyclo)
    • Line 1057: warning: cyclomatic complexity 35 of function testFetchBlockIO() is high (> 15) (gocyclo)
    • Line 361: warning: cyclomatic complexity 34 of function testBucketInterface() is high (> 15) (gocyclo)
    • Line 1306: warning: cyclomatic complexity 30 of function testBlockIOTxInterface() is high (> 15) (gocyclo)
    • Line 560: warning: cyclomatic complexity 29 of function testMetadataManualTxInterface() is high (> 15) (gocyclo)
    • Line 1712: warning: cyclomatic complexity 24 of function testConcurrency() is high (> 15) (gocyclo)
    • Line 231: warning: cyclomatic complexity 21 of function testCursorInterface() is high (> 15) (gocyclo)
    • pod/cmd/gui/console.go
    • Line 39: warning: cyclomatic complexity 26 of function (*WalletGUI).ConsolePage() is high (> 15) (gocyclo)
    • Line 361: warning: cyclomatic complexity 21 of function (*Console).jsonWidget() is high (> 15) (gocyclo)
    • pod/pkg/rpc/chainrpc/handlers.go
    • Line 2274: warning: cyclomatic complexity 39 of function HandleSearchRawTransactions() is high (> 15) (gocyclo)
    • Line 1554: warning: cyclomatic complexity 25 of function HandleGetMiningInfo() is high (> 15) (gocyclo)
    • Line 1406: warning: cyclomatic complexity 23 of function HandleGetInfo() is high (> 15) (gocyclo)
    • Line 87: warning: cyclomatic complexity 22 of function HandleCreateRawTransaction() is high (> 15) (gocyclo)
    • Line 2156: warning: cyclomatic complexity 21 of function HandleNode() is high (> 15) (gocyclo)
    • Line 410: warning: cyclomatic complexity 18 of function HandleGetAddedNodeInfo() is high (> 15) (gocyclo)
    • Line 1863: warning: cyclomatic complexity 18 of function HandleGetRawTransaction() is high (> 15) (gocyclo)
    • Line 1700: warning: cyclomatic complexity 17 of function HandleGetNetworkHashPS() is high (> 15) (gocyclo)
    • Line 1072: warning: cyclomatic complexity 17 of function HandleGetBlockTemplateRequest() is high (> 15) (gocyclo)
    • Line 528: warning: cyclomatic complexity 16 of function HandleGetBlock() is high (> 15) (gocyclo)
    • pod/pkg/rpc/legacy/methods.go
    • Line 1945: warning: cyclomatic complexity 34 of function SignRawTransaction() is high (> 15) (gocyclo)
    • Line 1049: warning: cyclomatic complexity 19 of function GetTransaction() is high (> 15) (gocyclo)
    • Line 330: warning: cyclomatic complexity 18 of function LazyApplyHandler() is high (> 15) (gocyclo)
    • pod/cmd/spv/headerfs/store_test.go
    • Line 230: warning: cyclomatic complexity 21 of function TestFilterHeaderStoreOperations() is high (> 15) (gocyclo)
    • Line 64: warning: cyclomatic complexity 19 of function TestBlockHeaderStoreOperations() is high (> 15) (gocyclo)
    • pod/pkg/chain/tx/script/opcode.go
    • Line 2067: warning: cyclomatic complexity 40 of function opcodeCheckMultiSig() is high (> 15) (gocyclo)
    • Line 1932: warning: cyclomatic complexity 20 of function opcodeCheckSig() is high (> 15) (gocyclo)
    • Line 603: warning: cyclomatic complexity 17 of function (*parsedOpcode).isDisabled() is high (> 15) (gocyclo)
    • Line 673: warning: cyclomatic complexity 16 of function (*parsedOpcode).checkMinimalDataPush() is high (> 15) (gocyclo)
    • pod/pkg/chain/tx/script/standard.go
    • Line 539: warning: cyclomatic complexity 29 of function ExtractAtomicSwapDataPushes() is high (> 15) (gocyclo)
    • Line 212: warning: cyclomatic complexity 20 of function CalcScriptInfo() is high (> 15) (gocyclo)
    • Line 445: warning: cyclomatic complexity 17 of function ExtractPkScriptAddrs() is high (> 15) (gocyclo)
    • pod/pkg/rpc/chainrpc/rpcwebsocket.go
    • Line 1688: warning: cyclomatic complexity 45 of function HandleRescan() is high (> 15) (gocyclo)
    • Line 960: warning: cyclomatic complexity 30 of function (*WSNtfnMgr).NotificationHandler() is high (> 15) (gocyclo)
    • Line 348: warning: cyclomatic complexity 28 of function (*WSClient).InHandler() is high (> 15) (gocyclo)
    • Line 2307: warning: cyclomatic complexity 28 of function RescanBlock() is high (> 15) (gocyclo)
    • pod/pkg/chain/tx/wallet.go
    • Line 280: warning: cyclomatic complexity 54 of function (*Wallet).syncWithChain() is high (> 15) (gocyclo)
    • Line 2161: warning: cyclomatic complexity 24 of function (*Wallet).ListUnspent() is high (> 15) (gocyclo)
    • Line 1859: warning: cyclomatic complexity 23 of function (*Wallet).GetTransactions() is high (> 15) (gocyclo)
    • Line 2811: warning: cyclomatic complexity 19 of function (*Wallet).SignTransaction() is high (> 15) (gocyclo)
    • Line 1024: warning: cyclomatic complexity 18 of function (*Wallet).walletLocker() is high (> 15) (gocyclo)
    • Line 2448: warning: cyclomatic complexity 16 of function (*Wallet).resendUnminedTxs() is high (> 15) (gocyclo)
    • Line 2058: warning: cyclomatic complexity 16 of function (*Wallet).AccountBalances() is high (> 15) (gocyclo)
    • pod/pkg/db/ffldb/driver_test.go
    • Line 20: warning: cyclomatic complexity 22 of function TestCreateOpenFail() is high (> 15) (gocyclo)
    • Line 134: warning: cyclomatic complexity 20 of function TestPersistence() is high (> 15) (gocyclo)
    • pod/pkg/chain/validate.go
    • Line 71: warning: cyclomatic complexity 50 of function (*BlockChain).checkConnectBlock() is high (> 15) (gocyclo)
    • Line 756: warning: cyclomatic complexity 16 of function CheckTransactionSanity() is high (> 15) (gocyclo)
    • Line 1068: warning: cyclomatic complexity 16 of function checkBlockSanity() is high (> 15) (gocyclo)
    • pod/pkg/chain/tx/script/engine.go
    • Line 724: warning: cyclomatic complexity 31 of function NewEngine() is high (> 15) (gocyclo)
    • Line 531: warning: cyclomatic complexity 25 of function (*Engine).checkSignatureEncoding() is high (> 15) (gocyclo)
    • Line 368: warning: cyclomatic complexity 22 of function (*Engine).Step() is high (> 15) (gocyclo)
    • Line 209: warning: cyclomatic complexity 16 of function (*Engine).verifyWitnessProgram() is high (> 15) (gocyclo)
    • pod/cmd/spv/spv.go
    • Line 955: warning: cyclomatic complexity 23 of function NewChainService() is high (> 15) (gocyclo)
    • Line 520: warning: cyclomatic complexity 20 of function (*ChainService).peerHandler() is high (> 15) (gocyclo)
    • pod/pkg/comm/peer/peer.go
    • Line 1157: warning: cyclomatic complexity 63 of function (*Peer).inHandler() is high (> 15) (gocyclo)
    • Line 1360: warning: cyclomatic complexity 27 of function (*Peer).queueHandler() is high (> 15) (gocyclo)
    • Line 1032: warning: cyclomatic complexity 26 of function (*Peer).stallHandler() is high (> 15) (gocyclo)
    • pod/pkg/wallet/chain/bitcoind_client.go
    • Line 812: warning: cyclomatic complexity 25 of function (*BitcoindClient).rescan() is high (> 15) (gocyclo)
    • Line 410: warning: cyclomatic complexity 20 of function (*BitcoindClient).rescanHandler() is high (> 15) (gocyclo)
    • Line 1041: warning: cyclomatic complexity 18 of function (*BitcoindClient).filterTx() is high (> 15) (gocyclo)
    • pod/pkg/util/legacy/keystore/keystore_test.go
    • Line 774: warning: cyclomatic complexity 48 of function TestImportScript() is high (> 15) (gocyclo)
    • Line 448: warning: cyclomatic complexity 40 of function TestWatchingWalletExport() is high (> 15) (gocyclo)
    • Line 627: warning: cyclomatic complexity 27 of function TestImportPrivateKey() is high (> 15) (gocyclo)
    • Line 300: warning: cyclomatic complexity 26 of function TestWalletPubkeyChaining() is high (> 15) (gocyclo)
    • Line 142: warning: cyclomatic complexity 18 of function TestChaining() is high (> 15) (gocyclo)
    • pod/pkg/gui/ico/svg/genicons/genicons.go
    • Line 386: warning: cyclomatic complexity 41 of function genPathData() is high (> 15) (gocyclo)
    • Line 195: warning: cyclomatic complexity 22 of function genFile() is high (> 15) (gocyclo)
    • Line 499: warning: cyclomatic complexity 17 of function normalize() is high (> 15) (gocyclo)
    • pod/pkg/gui/list.go
    • Line 597: warning: cyclomatic complexity 22 of function (*List).layout() is high (> 15) (gocyclo)
    • Line 195: warning: cyclomatic complexity 17 of function (*List).Fn() is high (> 15) (gocyclo)
    • Line 395: warning: cyclomatic complexity 16 of function (*List).grabber() is high (> 15) (gocyclo)
    • pod/app/config/sanitizers.go
    • Line 127: warning: cyclomatic complexity 29 of function initListeners() is high (> 15) (gocyclo)
    • Line 294: warning: cyclomatic complexity 16 of function initTLSStuffs() is high (> 15) (gocyclo)
    • Line 743: warning: cyclomatic complexity 16 of function setDiallers() is high (> 15) (gocyclo)
    • pod/pkg/chain/sync/manager.go
    • Line 849: warning: cyclomatic complexity 42 of function (*SyncManager).handleInvMsg() is high (> 15) (gocyclo)
    • Line 431: warning: cyclomatic complexity 30 of function (*SyncManager).handleBlockMsg() is high (> 15) (gocyclo)
    • Line 266: warning: cyclomatic complexity 19 of function (*SyncManager).blockHandler() is high (> 15) (gocyclo)
    • pod/pkg/chain/tx/mgr/tx.go
    • Line 399: warning: cyclomatic complexity 38 of function (*Store).rollback() is high (> 15) (gocyclo)
    • Line 716: warning: cyclomatic complexity 27 of function (*Store).Balance() is high (> 15) (gocyclo)
    • pod/pkg/wallet/addrmgr/manager.go
    • Line 1414: warning: cyclomatic complexity 26 of function Create() is high (> 15) (gocyclo)
    • Line 614: warning: cyclomatic complexity 19 of function (*Manager).ChangePassphrase() is high (> 15) (gocyclo)
    • Line 1150: warning: cyclomatic complexity 19 of function loadManager() is high (> 15) (gocyclo)
    • Line 855: warning: cyclomatic complexity 16 of function (*Manager).Unlock() is high (> 15) (gocyclo)
    • pod/pkg/wallet/chain/bitcoind_conn.go
    • Line 144: warning: cyclomatic complexity 17 of function (*BitcoindConn).blockEventHandler() is high (> 15) (gocyclo)
    • Line 217: warning: cyclomatic complexity 17 of function (*BitcoindConn).txEventHandler() is high (> 15) (gocyclo)
    • pod/pkg/chain/tx/mgr/query_test.go
    • Line 224: warning: cyclomatic complexity 24 of function TestStoreQueries() is high (> 15) (gocyclo)
    • Line 502: warning: cyclomatic complexity 24 of function TestPreviousPkScripts() is high (> 15) (gocyclo)
    • Line 62: warning: cyclomatic complexity 16 of function (*queryState).compare() is high (> 15) (gocyclo)
    • pod/pkg/db/walletdb/ci/interface.go
    • Line 219: warning: cyclomatic complexity 29 of function testManualTxInterface() is high (> 15) (gocyclo)
    • Line 383: warning: cyclomatic complexity 28 of function testNamespaceAndTxInterfaces() is high (> 15) (gocyclo)
    • Line 96: warning: cyclomatic complexity 23 of function testReadWriteBucketInterface() is high (> 15) (gocyclo)
    • pod/pkg/rpc/chainrpc/rpcserver.go
    • Line 1535: warning: cyclomatic complexity 45 of function ChainErrToGBTErrString() is high (> 15) (gocyclo)
    • Line 1312: warning: cyclomatic complexity 24 of function (*Server).JSONRPCRead() is high (> 15) (gocyclo)
    • Line 1709: warning: cyclomatic complexity 17 of function CreateVinListPrevOut() is high (> 15) (gocyclo)
    • pod/cmd/spv/utxoscanner_test.go
    • Line 166: warning: cyclomatic complexity 23 of function TestDequeueAtHeight() is high (> 15) (gocyclo)
    • Line 387: warning: cyclomatic complexity 19 of function TestUtxoScannerCancelRequest() is high (> 15) (gocyclo)
    • pod/pkg/chain/tx/script/reference_test.go
    • Line 180: warning: cyclomatic complexity 38 of function parseExpectedResult() is high (> 15) (gocyclo)
    • Line 587: warning: cyclomatic complexity 26 of function TestTxValidTests() is high (> 15) (gocyclo)
    • Line 451: warning: cyclomatic complexity 26 of function TestTxInvalidTests() is high (> 15) (gocyclo)
    • Line 296: warning: cyclomatic complexity 23 of function testScripts() is high (> 15) (gocyclo)
    • Line 130: warning: cyclomatic complexity 21 of function parseScriptFlags() is high (> 15) (gocyclo)
    • Line 77: warning: cyclomatic complexity 18 of function parseShortForm() is high (> 15) (gocyclo)
    • pod/pkg/rpc/chainrpc/server.go
    • Line 2577: warning: cyclomatic complexity 44 of function NewNode() is high (> 15) (gocyclo)
    • Line 654: warning: cyclomatic complexity 23 of function (*Node).HandleQuery() is high (> 15) (gocyclo)
    • Line 915: warning: cyclomatic complexity 22 of function (*Node).PeerHandler() is high (> 15) (gocyclo)
    • Line 1480: warning: cyclomatic complexity 19 of function (*NodePeer).OnGetCFCheckpt() is high (> 15) (gocyclo)
    • Line 1606: warning: cyclomatic complexity 19 of function (*NodePeer).OnGetCFHeaders() is high (> 15) (gocyclo)
    • Line 1754: warning: cyclomatic complexity 19 of function (*NodePeer).OnGetData() is high (> 15) (gocyclo)
    • Line 1997: warning: cyclomatic complexity 17 of function (*NodePeer).OnVersion() is high (> 15) (gocyclo)
    • pod/cmd/spv/query.go
    • Line 175: warning: cyclomatic complexity 42 of function queryChainServiceBatch() is high (> 15) (gocyclo)
    • Line 599: warning: cyclomatic complexity 26 of function (*ChainService).GetCFilter() is high (> 15) (gocyclo)
    • Line 478: warning: cyclomatic complexity 18 of function queryChainServicePeers() is high (> 15) (gocyclo)
    • Line 718: warning: cyclomatic complexity 17 of function (*ChainService).GetBlock() is high (> 15) (gocyclo)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!