Preparing report...

Report for github.com/Sberex/go-sberex

C    Needs some work    Found 761 issues across 821 files

Tweet

gofmt11%

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!


golint65%

Golint is a linter for Go source code.

    • go-sberex/core/state/statedb.go
    • Line 42: warning: comment on exported type StateDB should be of the form "StateDB ..." (with optional leading article) (golint)
    • Line 81: warning: comment on exported function New should be of the form "New ..." (golint)
    • Line 98: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 104: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 110: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 128: warning: exported method StateDB.AddLog should have comment or be unexported (golint)
    • Line 128: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 139: warning: exported method StateDB.GetLogs should have comment or be unexported (golint)
    • Line 139: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 143: warning: exported method StateDB.Logs should have comment or be unexported (golint)
    • Line 143: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 152: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 162: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 166: warning: exported method StateDB.AddRefund should have comment or be unexported (golint)
    • Line 166: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 173: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 179: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 184: warning: comment on exported method StateDB.GetBalance should be of the form "GetBalance ..." (golint)
    • Line 185: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 193: warning: exported method StateDB.GetNonce should have comment or be unexported (golint)
    • Line 193: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 202: warning: exported method StateDB.GetCode should have comment or be unexported (golint)
    • Line 202: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 210: warning: exported method StateDB.GetCodeSize should have comment or be unexported (golint)
    • Line 210: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 225: warning: exported method StateDB.GetCodeHash should have comment or be unexported (golint)
    • Line 225: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 233: warning: exported method StateDB.GetState should have comment or be unexported (golint)
    • Line 233: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 242: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 248: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 257: warning: exported method StateDB.HasSuicided should have comment or be unexported (golint)
    • Line 257: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 270: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 278: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 285: warning: exported method StateDB.SetBalance should have comment or be unexported (golint)
    • Line 285: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 292: warning: exported method StateDB.SetNonce should have comment or be unexported (golint)
    • Line 292: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 299: warning: exported method StateDB.SetCode should have comment or be unexported (golint)
    • Line 299: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 306: warning: exported method StateDB.SetState should have comment or be unexported (golint)
    • Line 306: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 318: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 339: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 349: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 356: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 382: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 386: warning: comment on exported method StateDB.GetOrNewStateObject should be of the form "GetOrNewStateObject ..." (golint)
    • Line 387: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 397: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 403: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 426: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 433: warning: exported method StateDB.ForEachStorage should have comment or be unexported (golint)
    • Line 456: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 487: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 495: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 516: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 522: warning: receiver name s should be consistent with previous receiver name db for StateDB (golint)
    • Line 539: warning: receiver name s should be consistent with previous receiver name db for StateDB (golint)
    • Line 546: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 557: warning: receiver name s should be consistent with previous receiver name db for StateDB (golint)
    • Line 573: warning: receiver name s should be consistent with previous receiver name db for StateDB (golint)
    • Line 580: warning: receiver name s should be consistent with previous receiver name db for StateDB (golint)
    • go-sberex/swarm/fuse/fuse_dir.go
    • Line 34: warning: exported type SwarmDir should have comment or be unexported (golint)
    • Line 45: warning: exported function NewSwarmDir should have comment or be unexported (golint)
    • Line 58: warning: exported method SwarmDir.Attr should have comment or be unexported (golint)
    • Line 66: warning: exported method SwarmDir.Lookup should have comment or be unexported (golint)
    • Line 81: warning: exported method SwarmDir.ReadDirAll should have comment or be unexported (golint)
    • Line 92: warning: exported method SwarmDir.Create should have comment or be unexported (golint)
    • Line 104: warning: exported method SwarmDir.Remove should have comment or be unexported (golint)
    • Line 140: warning: exported method SwarmDir.Mkdir should have comment or be unexported (golint)
    • go-sberex/swarm/api/storage.go
    • Line 16: warning: exported type Response should have comment or be unexported (golint)
    • Line 24: warning: comment on exported type Storage should be of the form "Storage ..." (with optional leading article) (golint)
    • Line 31: warning: exported function NewStorage should have comment or be unexported (golint)
    • Line 39: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 55: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 81: warning: comment on exported method Storage.Modify should be of the form "Modify ..." (golint)
    • Line 85: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/core/events.go
    • Line 39: warning: exported type ChainEvent should have comment or be unexported (golint)
    • Line 45: warning: exported type ChainSideEvent should have comment or be unexported (golint)
    • Line 49: warning: exported type ChainHeadEvent should have comment or be unexported (golint)
    • go-sberex/dashboard/message.go
    • Line 16: warning: exported type Message should have comment or be unexported (golint)
    • Line 26: warning: exported type GeneralMessage should have comment or be unexported (golint)
    • Line 31: warning: exported type HomeMessage should have comment or be unexported (golint)
    • Line 42: warning: exported type ChartEntries should have comment or be unexported (golint)
    • Line 44: warning: exported type ChartEntry should have comment or be unexported (golint)
    • Line 49: warning: exported type ChainMessage should have comment or be unexported (golint)
    • Line 53: warning: exported type TxPoolMessage should have comment or be unexported (golint)
    • Line 57: warning: exported type NetworkMessage should have comment or be unexported (golint)
    • Line 61: warning: exported type SystemMessage should have comment or be unexported (golint)
    • Line 65: warning: exported type LogsMessage should have comment or be unexported (golint)
    • go-sberex/crypto/ecies/params.go
    • Line 49: warning: exported var DefaultCurve should have comment or be unexported (golint)
    • Line 54: warning: exported type ECIESParams should have comment or be unexported (golint)
    • Line 69: warning: exported var ECIES_AES128_SHA256 should have comment or be unexported (golint)
    • Line 109: warning: exported function AddParamsForCurve should have comment or be unexported (golint)
    • go-sberex/swarm/api/manifest.go
    • Line 31: warning: exported const ManifestType should have comment (or a comment on this block) or be unexported (golint)
    • Line 73: warning: exported method Api.NewManifestWriter should have comment or be unexported (golint)
    • Line 112: warning: exported method Api.NewManifestWalker should have comment or be unexported (golint)
    • Line 122: warning: error var SkipManifest should have name of the form ErrFoo (golint)
    • Line 228: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 274: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 284: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 320: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 356: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 365: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 410: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 414: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 479: warning: comment on exported function RegularSlashes should be of the form "RegularSlashes ..." (golint)
    • Line 493: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/whisper/mailserver/mailserver.go
    • Line 29: warning: exported type WMailServer should have comment or be unexported (golint)
    • Line 36: warning: exported type DBKey should have comment or be unexported (golint)
    • Line 42: warning: exported function NewDbKey should have comment or be unexported (golint)
    • Line 53: warning: exported method WMailServer.Init should have comment or be unexported (golint)
    • Line 81: warning: exported method WMailServer.Close should have comment or be unexported (golint)
    • Line 87: warning: exported method WMailServer.Archive should have comment or be unexported (golint)
    • Line 100: warning: exported method WMailServer.DeliverMail should have comment or be unexported (golint)
    • go-sberex/rpc/client.go
    • Line 34: warning: exported var ErrClientQuit should have comment or be unexported (golint)
    • Line 286: warning: comment on exported method Client.BatchCallContext should be of the form "BatchCallContext ..." (golint)
    • Line 738: warning: error should be the last type when returning multiple items (golint)
    • go-sberex/les/odr_requests.go
    • Line 12: warning: package comment should be of the form "Package les ..." (golint)
    • Line 45: warning: exported type LesOdrRequest should have comment or be unexported (golint)
    • Line 52: warning: exported function LesRequest should have comment or be unexported (golint)
    • Line 91: warning: comment on exported method BlockRequest.Validate should be of the form "Validate ..." (golint)
    • Line 147: warning: comment on exported method ReceiptsRequest.Validate should be of the form "Validate ..." (golint)
    • Line 176: warning: exported type ProofReq should have comment or be unexported (golint)
    • Line 182: warning: comment on exported type TrieRequest should be of the form "TrieRequest ..." (with optional leading article) (golint)
    • Line 214: warning: comment on exported method TrieRequest.Validate should be of the form "Validate ..." (golint)
    • Line 254: warning: exported type CodeReq should have comment or be unexported (golint)
    • Line 259: warning: comment on exported type CodeRequest should be of the form "CodeRequest ..." (with optional leading article) (golint)
    • Line 283: warning: comment on exported method CodeRequest.Validate should be of the form "Validate ..." (golint)
    • Line 318: warning: exported type HelperTrieReq should have comment or be unexported (golint)
    • Line 325: warning: exported type HelperTrieResps should have comment or be unexported (golint)
    • Line 330: warning: comment on exported type ChtReq should be of the form "ChtReq ..." (with optional leading article) (golint)
    • Line 336: warning: comment on exported type ChtResp should be of the form "ChtResp ..." (with optional leading article) (golint)
    • Line 342: warning: comment on exported type ChtRequest should be of the form "ChtRequest ..." (with optional leading article) (golint)
    • Line 380: warning: comment on exported method ChtRequest.Validate should be of the form "Validate ..." (golint)
    • Line 461: warning: exported type BloomReq should have comment or be unexported (golint)
    • Line 465: warning: comment on exported type BloomRequest should be of the form "BloomRequest ..." (with optional leading article) (golint)
    • Line 504: warning: comment on exported method BloomRequest.Validate should be of the form "Validate ..." (golint)
    • go-sberex/metrics/resetting_timer.go
    • Line 10: warning: comment on exported const InitialResettingTimerSliceCap should be of the form "InitialResettingTimerSliceCap ..." (golint)
    • Line 116: warning: comment on exported method StandardResettingTimer.Time should be of the form "Time ..." (golint)
    • Line 123: warning: comment on exported method StandardResettingTimer.Update should be of the form "Update ..." (golint)
    • Line 130: warning: comment on exported method StandardResettingTimer.UpdateSince should be of the form "UpdateSince ..." (golint)
    • go-sberex/tests/vm_test_util.go
    • Line 37: warning: exported method VMTest.UnmarshalJSON should have comment or be unexported (golint)
    • Line 76: warning: exported method VMTest.Run should have comment or be unexported (golint)
    • go-sberex/les/server.go
    • Line 34: warning: exported type LesServer should have comment or be unexported (golint)
    • Line 47: warning: exported function NewLesServer should have comment or be unexported (golint)
    • Line 100: warning: exported method LesServer.Protocols should have comment or be unexported (golint)
    • Line 123: warning: exported method LesServer.SetBloomBitsIndexer should have comment or be unexported (golint)
    • Line 145: warning: exported type RequestCostList should have comment or be unexported (golint)
    • go-sberex/metrics/timer.go
    • Line 8: warning: comment on exported type Timer should be of the form "Timer ..." (with optional leading article) (golint)
    • Line 224: warning: comment on exported method StandardTimer.Time should be of the form "Time ..." (golint)
    • Line 231: warning: comment on exported method StandardTimer.Update should be of the form "Update ..." (golint)
    • Line 239: warning: comment on exported method StandardTimer.UpdateSince should be of the form "UpdateSince ..." (golint)
    • go-sberex/params/gas_table.go
    • Line 14: warning: exported type GasTable should have comment or be unexported (golint)
    • Line 45: warning: comment on exported var GasTableEIP150 should be of the form "GasTableEIP150 ..." (golint)
    • Line 59: warning: exported var GasTableEIP158 should have comment or be unexported (golint)
    • go-sberex/params/denomination.go
    • Line 15: warning: comment on exported const Leto should be of the form "Leto ..." (golint)
    • Line 21: warning: exported const Serg should have comment (or a comment on this block) or be unexported (golint)
    • go-sberex/cmd/swarm/main.go
    • Line 60: warning: exported var ChequebookAddrFlag should have comment or be unexported (golint)
    • Line 140: warning: comment on exported var DeprecatedEthAPIFlag should be of the form "DeprecatedEthAPIFlag ..." (golint)
    • go-sberex/eth/downloader/events.go
    • Line 14: warning: exported type DoneEvent should have comment or be unexported (golint)
    • Line 15: warning: exported type StartEvent should have comment or be unexported (golint)
    • Line 16: warning: exported type FailedEvent should have comment or be unexported (golint)
    • go-sberex/params/protocol_params.go
    • Line 17: warning: exported var TargetGasLimit should have comment or be unexported (golint)
    • Line 21: warning: exported const GasLimitBoundDivisor should have comment (or a comment on this block) or be unexported (golint)
    • Line 78: warning: exported var DifficultyBoundDivisor should have comment or be unexported (golint)
    • go-sberex/swarm/services/swap/swap/swap.go
    • Line 27: warning: comment on exported type Profile should be of the form "Profile ..." (with optional leading article) (golint)
    • Line 53: warning: comment on exported type Promise should be of the form "Promise ..." (with optional leading article) (golint)
    • Line 59: warning: comment on exported type Protocol should be of the form "Protocol ..." (with optional leading article) (golint)
    • Line 66: warning: comment on exported type OutPayment should be of the form "OutPayment ..." (with optional leading article) (golint)
    • Line 73: warning: comment on exported type InPayment should be of the form "InPayment ..." (with optional leading article) (golint)
    • Line 80: warning: comment on exported type Swap should be of the form "Swap ..." (with optional leading article) (golint)
    • Line 91: warning: exported type Payment should have comment or be unexported (golint)
    • Line 97: warning: comment on exported function New should be of the form "New ..." (golint)
    • Line 111: warning: comment on exported method Swap.SetRemote should be of the form "SetRemote ..." (golint)
    • Line 112: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 130: warning: comment on exported method Swap.SetParams should be of the form "SetParams ..." (golint)
    • Line 131: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 140: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 156: warning: comment on exported method Swap.Add should be of the form "Add ..." (golint)
    • Line 159: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 182: warning: exported method Swap.Balance should have comment or be unexported (golint)
    • Line 182: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 191: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 206: warning: comment on exported method Swap.Receive should be of the form "Receive ..." (golint)
    • Line 208: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 236: warning: comment on exported method Swap.Stop should be of the form "Stop ..." (golint)
    • Line 238: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/light/txpool.go
    • Line 386: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 420: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 439: warning: comment on exported method TxPool.AddBatch should be of the form "AddBatch ..." (golint)
    • Line 441: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 458: warning: receiver name tp should be consistent with previous receiver name pool for TxPool (golint)
    • Line 468: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 483: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 499: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/les/txrelay.go
    • Line 26: warning: exported type LesTxRelay should have comment or be unexported (golint)
    • Line 37: warning: exported function NewLesTxRelay should have comment or be unexported (golint)
    • Line 48: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 55: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 64: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 132: warning: exported method LesTxRelay.Send should have comment or be unexported (golint)
    • Line 132: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 139: warning: exported method LesTxRelay.NewHead should have comment or be unexported (golint)
    • Line 139: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 162: warning: exported method LesTxRelay.Discard should have comment or be unexported (golint)
    • Line 162: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/core/asm/asm.go
    • Line 12: warning: package comment should be of the form "Package asm ..." (golint)
    • Line 32: warning: comment on exported function NewInstructionIterator should be of the form "NewInstructionIterator ..." (golint)
    • Line 97: warning: comment on exported function PrintDisassembled should be of the form "PrintDisassembled ..." (golint)
    • Line 115: warning: comment on exported function Disassemble should be of the form "Disassemble ..." (golint)
    • go-sberex/core/types/block.go
    • Line 32: warning: exported var EmptyRootHash should have comment or be unexported (golint)
    • Line 167: warning: comment on exported type StorageBlock should be of the form "StorageBlock ..." (with optional leading article) (golint)
    • Line 276: warning: comment on exported method StorageBlock.DecodeRLP should be of the form "DecodeRLP ..." (golint)
    • Line 288: warning: exported method Block.Uncles should have comment or be unexported (golint)
    • Line 289: warning: exported method Block.Transactions should have comment or be unexported (golint)
    • Line 291: warning: exported method Block.Transaction should have comment or be unexported (golint)
    • Line 300: warning: exported method Block.Number should have comment or be unexported (golint)
    • Line 301: warning: exported method Block.GasLimit should have comment or be unexported (golint)
    • Line 302: warning: exported method Block.GasUsed should have comment or be unexported (golint)
    • Line 303: warning: exported method Block.Difficulty should have comment or be unexported (golint)
    • Line 304: warning: exported method Block.Time should have comment or be unexported (golint)
    • Line 306: warning: exported method Block.NumberU64 should have comment or be unexported (golint)
    • Line 307: warning: exported method Block.MixDigest should have comment or be unexported (golint)
    • Line 308: warning: exported method Block.Nonce should have comment or be unexported (golint)
    • Line 309: warning: exported method Block.Bloom should have comment or be unexported (golint)
    • Line 310: warning: exported method Block.Coinbase should have comment or be unexported (golint)
    • Line 311: warning: exported method Block.Root should have comment or be unexported (golint)
    • Line 312: warning: exported method Block.ParentHash should have comment or be unexported (golint)
    • Line 313: warning: exported method Block.TxHash should have comment or be unexported (golint)
    • Line 314: warning: exported method Block.ReceiptHash should have comment or be unexported (golint)
    • Line 315: warning: exported method Block.UncleHash should have comment or be unexported (golint)
    • Line 316: warning: exported method Block.Extra should have comment or be unexported (golint)
    • Line 318: warning: exported method Block.Header should have comment or be unexported (golint)
    • Line 323: warning: exported method Block.HashNoNonce should have comment or be unexported (golint)
    • Line 346: warning: exported function CalcUncleHash should have comment or be unexported (golint)
    • Line 421: warning: exported type Blocks should have comment or be unexported (golint)
    • Line 423: warning: exported type BlockBy should have comment or be unexported (golint)
    • Line 425: warning: exported method BlockBy.Sort should have comment or be unexported (golint)
    • Line 425: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 438: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 439: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 442: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 444: warning: exported function Number should have comment or be unexported (golint)
    • go-sberex/p2p/simulations/http.go
    • Line 362: warning: comment on exported method Server.GetMockers should be of the form "GetMockers ..." (golint)
    • Line 716: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 730: warning: should not use basic type string as key in context.WithValue (golint)
    • go-sberex/event/filter/generic_filter.go
    • Line 14: warning: exported type Generic should have comment or be unexported (golint)
    • Line 21: warning: comment on exported method Generic.Compare should be of the form "Compare ..." (golint)
    • Line 22: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 41: warning: exported method Generic.Trigger should have comment or be unexported (golint)
    • Line 41: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/p2p/discover/node.go
    • Line 34: warning: exported const NodeIDBits should have comment or be unexported (golint)
    • Line 233: warning: comment on exported method NodeID.GoString should be of the form "GoString ..." (golint)
    • Line 315: warning: receiver name id should be consistent with previous receiver name n for NodeID (golint)
    • go-sberex/common/path.go
    • Line 28: warning: exported function FileExist should have comment or be unexported (golint)
    • Line 37: warning: exported function AbsolutePath should have comment or be unexported (golint)
    • go-sberex/crypto/secp256k1/curve.go
    • Line 69: warning: exported method BitCurve.Params should have comment or be unexported (golint)
    • Line 80: warning: comment on exported method BitCurve.IsOnCurve should be of the form "IsOnCurve ..." (golint)
    • Line 221: warning: exported method BitCurve.ScalarMult should have comment or be unexported (golint)
    • go-sberex/accounts/keystore/key.go
    • Line 37: warning: exported type Key should have comment or be unexported (golint)
    • Line 89: warning: exported method Key.MarshalJSON should have comment or be unexported (golint)
    • Line 100: warning: exported method Key.UnmarshalJSON should have comment or be unexported (golint)
    • go-sberex/les/flowcontrol/control.go
    • Line 24: warning: exported type ServerParams should have comment or be unexported (golint)
    • Line 28: warning: exported type ClientNode should have comment or be unexported (golint)
    • Line 37: warning: exported function NewClientNode should have comment or be unexported (golint)
    • Line 48: warning: exported method ClientNode.Remove should have comment or be unexported (golint)
    • Line 64: warning: exported method ClientNode.AcceptRequest should have comment or be unexported (golint)
    • Line 73: warning: exported method ClientNode.RequestProcessed should have comment or be unexported (golint)
    • Line 91: warning: exported type ServerNode should have comment or be unexported (golint)
    • Line 100: warning: exported function NewServerNode should have comment or be unexported (golint)
    • go-sberex/mobile/bind.go
    • Line 54: warning: exported method CallOpts.IsPending should have comment or be unexported (golint)
    • Line 55: warning: exported method CallOpts.GetGasLimit should have comment or be unexported (golint)
    • Line 61: warning: exported method CallOpts.SetPending should have comment or be unexported (golint)
    • Line 62: warning: exported method CallOpts.SetGasLimit should have comment or be unexported (golint)
    • Line 63: warning: exported method CallOpts.SetContext should have comment or be unexported (golint)
    • Line 71: warning: exported method TransactOpts.GetFrom should have comment or be unexported (golint)
    • Line 72: warning: exported method TransactOpts.GetNonce should have comment or be unexported (golint)
    • Line 73: warning: exported method TransactOpts.GetValue should have comment or be unexported (golint)
    • Line 74: warning: exported method TransactOpts.GetGasPrice should have comment or be unexported (golint)
    • Line 75: warning: exported method TransactOpts.GetGasLimit should have comment or be unexported (golint)
    • Line 84: warning: exported method TransactOpts.SetFrom should have comment or be unexported (golint)
    • Line 85: warning: exported method TransactOpts.SetNonce should have comment or be unexported (golint)
    • Line 86: warning: exported method TransactOpts.SetSigner should have comment or be unexported (golint)
    • Line 95: warning: exported method TransactOpts.SetValue should have comment or be unexported (golint)
    • Line 96: warning: exported method TransactOpts.SetGasPrice should have comment or be unexported (golint)
    • Line 97: warning: exported method TransactOpts.SetGasLimit should have comment or be unexported (golint)
    • Line 98: warning: exported method TransactOpts.SetContext should have comment or be unexported (golint)
    • Line 141: warning: exported method BoundContract.GetAddress should have comment or be unexported (golint)
    • Line 142: warning: exported method BoundContract.GetDeployer should have comment or be unexported (golint)
    • go-sberex/swarm/fuse/fuse_file.go
    • Line 30: warning: exported const MaxAppendFileSize should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: exported type SwarmFile should have comment or be unexported (golint)
    • Line 56: warning: exported function NewSwarmFile should have comment or be unexported (golint)
    • Line 71: warning: exported method SwarmFile.Attr should have comment or be unexported (golint)
    • Line 92: warning: receiver name sf should be consistent with previous receiver name file for SwarmFile (golint)
    • Line 110: warning: receiver name sf should be consistent with previous receiver name file for SwarmFile (golint)
    • go-sberex/swarm/network/syncdb_test.go
    • Line 69: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 74: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 83: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 100: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 115: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/metrics/librato/client.go
    • Line 11: warning: exported const Operations should have comment or be unexported (golint)
    • Line 12: warning: exported const OperationsShort should have comment or be unexported (golint)
    • Line 14: warning: exported type LibratoClient should have comment or be unexported (golint)
    • Line 58: warning: exported type Measurement should have comment or be unexported (golint)
    • Line 59: warning: exported type Metric should have comment or be unexported (golint)
    • Line 61: warning: exported type Batch should have comment or be unexported (golint)
    • Line 68: warning: exported method LibratoClient.PostMetrics should have comment or be unexported (golint)
    • Line 68: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/swarm/storage/memstore.go
    • Line 37: warning: exported type MemStore should have comment or be unexported (golint)
    • Line 59: warning: exported function NewMemStore should have comment or be unexported (golint)
    • Line 135: warning: exported method MemStore.Counter should have comment or be unexported (golint)
    • Line 139: warning: comment on exported method MemStore.Put should be of the form "Put ..." (golint)
    • Line 215: warning: exported method MemStore.Get should have comment or be unexported (golint)
    • go-sberex/rlp/decode.go
    • Line 272: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 535: warning: exported const Byte should have comment (or a comment on this block) or be unexported (golint)
    • Line 556: warning: error var EOL should have name of the form ErrFoo (golint)
    • Line 558: warning: comment on exported var ErrExpectedString should be of the form "ErrExpectedString ..." (golint)
    • Line 560: warning: exported var ErrExpectedList should have comment or be unexported (golint)
    • Line 566: warning: comment on exported var ErrMoreThanOneValue should be of the form "ErrMoreThanOneValue ..." (golint)
    • go-sberex/core/database_util.go
    • Line 59: warning: comment on exported var BloomBitsIndexPrefix should be of the form "BloomBitsIndexPrefix ..." (golint)
    • Line 66: warning: exported var ErrChainConfigNotFound should have comment or be unexported (golint)
    • go-sberex/rpc/json.go
    • Line 257: 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)
    • go-sberex/whisper/whisperv5/message.go
    • Line 31: warning: comment on exported type MessageParams should be of the form "MessageParams ..." (with optional leading article) (golint)
    • Line 84: warning: comment on exported function NewSentMessage should be of the form "NewSentMessage ..." (golint)
    • Line 328: warning: comment on exported method ReceivedMessage.SigToPubKey should be of the form "SigToPubKey ..." (golint)
    • go-sberex/p2p/discv5/net.go
    • Line 280: warning: exported method Network.RegisterTopic should have comment or be unexported (golint)
    • Line 296: warning: exported method Network.SearchTopic should have comment or be unexported (golint)
    • Line 566: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-sberex/p2p/nat/nat.go
    • Line 27: warning: comment on exported type Interface should be of the form "Interface ..." (with optional leading article) (golint)
    • Line 224: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-sberex/eth/api.go
    • Line 345: warning: comment on exported method PrivateDebugAPI.GetBadBlocks should be of the form "GetBadBlocks ..." (golint)
    • Line 400: warning: comment on exported method PrivateDebugAPI.GetModifiedAccountsByNumber should be of the form "GetModifiedAccountsByNumber ..." (golint)
    • go-sberex/eth/handler.go
    • Line 61: warning: exported type ProtocolManager should have comment or be unexported (golint)
    • Line 198: warning: exported method ProtocolManager.Start should have comment or be unexported (golint)
    • Line 215: warning: exported method ProtocolManager.Stop should have comment or be unexported (golint)
    • go-sberex/swarm/storage/pyramid.go
    • Line 60: warning: exported const ChunkProcessors should have comment (or a comment on this block) or be unexported (golint)
    • Line 66: warning: exported const DataChunk should have comment (or a comment on this block) or be unexported (golint)
    • Line 70: warning: exported type ChunkerParams should have comment or be unexported (golint)
    • Line 75: warning: exported function NewChunkerParams should have comment or be unexported (golint)
    • Line 82: warning: comment on exported type TreeEntry should be of the form "TreeEntry ..." (with optional leading article) (golint)
    • Line 93: warning: exported function NewTreeEntry should have comment or be unexported (golint)
    • Line 115: warning: exported type PyramidChunker should have comment or be unexported (golint)
    • Line 124: warning: exported function NewPyramidChunker should have comment or be unexported (golint)
    • Line 134: warning: exported method PyramidChunker.Join should have comment or be unexported (golint)
    • Line 134: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 144: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 150: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 156: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 162: warning: exported method PyramidChunker.Split should have comment or be unexported (golint)
    • Line 162: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 202: warning: exported method PyramidChunker.Append should have comment or be unexported (golint)
    • Line 202: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 243: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 264: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 292: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 372: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 495: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 593: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 620: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/metrics/sample.go
    • Line 13: warning: comment on exported type Sample should be of the form "Sample ..." (with optional leading article) (golint)
    • Line 217: warning: comment on exported method NilSample.Snapshot should be of the form "Snapshot ..." (golint)
    • Line 271: warning: comment on exported function SamplePercentile should be of the form "SamplePercentile ..." (golint)
    • Line 305: warning: exported function NewSampleSnapshot should have comment or be unexported (golint)
    • Line 397: warning: comment on exported type UniformSample should be of the form "UniformSample ..." (with optional leading article) (golint)
    • go-sberex/consensus/ethash/ethash.go
    • Line 38: warning: exported var ErrInvalidDumpMagic should have comment or be unexported (golint)
    • Line 369: warning: exported const ModeNormal should have comment (or a comment on this block) or be unexported (golint)
    • go-sberex/swarm/api/http/roundtripper.go
    • Line 44: warning: exported type RoundTripper should have comment or be unexported (golint)
    • Line 49: warning: exported method RoundTripper.RoundTrip should have comment or be unexported (golint)
    • Line 49: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/swarm/network/kademlia/kademlia.go
    • Line 49: warning: exported type KadParams should have comment or be unexported (golint)
    • Line 60: warning: exported function NewDefaultKadParams should have comment or be unexported (golint)
    • Line 84: warning: exported type Node should have comment or be unexported (golint)
    • Line 91: warning: comment on exported function New should be of the form "New ..." (golint)
    • Line 106: warning: comment on exported method Kademlia.Addr should be of the form "Addr ..." (golint)
    • Line 107: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 111: warning: comment on exported method Kademlia.Count should be of the form "Count ..." (golint)
    • Line 112: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 118: warning: comment on exported method Kademlia.DBCount should be of the form "DBCount ..." (golint)
    • Line 119: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 125: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 184: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 216: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 252: warning: comment on exported method Kademlia.FindClosest should be of the form "FindClosest ..." (golint)
    • Line 257: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 302: warning: exported method Kademlia.Suggest should have comment or be unexported (golint)
    • Line 302: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 308: warning: comment on exported method Kademlia.Add should be of the form "Add ..." (golint)
    • Line 309: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 367: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 375: warning: comment on exported method Kademlia.KeyRange should be of the form "KeyRange ..." (golint)
    • Line 376: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 382: warning: comment on exported method Kademlia.Save should be of the form "Save ..." (golint)
    • Line 383: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 387: warning: comment on exported method Kademlia.Load should be of the form "Load ..." (golint)
    • Line 388: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 393: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 440: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/swarm/storage/types.go
    • Line 27: warning: exported type Hasher should have comment or be unexported (golint)
    • Line 28: warning: exported type SwarmHasher should have comment or be unexported (golint)
    • Line 34: warning: exported type Key should have comment or be unexported (golint)
    • Line 36: warning: exported method Key.Size should have comment or be unexported (golint)
    • Line 44: warning: receiver name h should be consistent with previous receiver name x for Key (golint)
    • Line 71: warning: exported function IsZeroKey should have comment or be unexported (golint)
    • Line 75: warning: exported var ZeroKey should have comment or be unexported (golint)
    • Line 77: warning: exported function MakeHashFunc should have comment or be unexported (golint)
    • Line 93: warning: exported method Key.Hex should have comment or be unexported (golint)
    • Line 93: warning: receiver name key should be consistent with previous receiver name x for Key (golint)
    • Line 97: warning: exported method Key.Log should have comment or be unexported (golint)
    • Line 97: warning: receiver name key should be consistent with previous receiver name x for Key (golint)
    • Line 104: warning: receiver name key should be consistent with previous receiver name x for Key (golint)
    • Line 108: warning: exported method Key.MarshalJSON should have comment or be unexported (golint)
    • Line 108: warning: receiver name key should be consistent with previous receiver name x for Key (golint)
    • Line 112: warning: exported method Key.UnmarshalJSON should have comment or be unexported (golint)
    • Line 112: warning: receiver name key should be consistent with previous receiver name x for Key (golint)
    • Line 120: warning: comment on exported type RequestStatus should be of the form "RequestStatus ..." (with optional leading article) (golint)
    • Line 157: warning: exported function NewChunk should have comment or be unexported (golint)
    • Line 176: warning: comment on exported type Splitter should be of the form "Splitter ..." (with optional leading article) (golint)
    • Line 206: warning: exported type Joiner should have comment or be unexported (golint)
    • Line 222: warning: exported type Chunker should have comment or be unexported (golint)
    • Line 229: warning: comment on exported type LazySectionReader should be of the form "LazySectionReader ..." (with optional leading article) (golint)
    • Line 237: warning: exported type LazyTestSectionReader should have comment or be unexported (golint)
    • Line 241: warning: exported method LazyTestSectionReader.Size should have comment or be unexported (golint)
    • Line 241: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/rpc/subscription.go
    • Line 23: warning: comment on exported var ErrSubscriptionNotFound should be of the form "ErrSubscriptionNotFound ..." (golint)
    • Line 30: warning: comment on exported type Subscription should be of the form "Subscription ..." (with optional leading article) (golint)
    • go-sberex/mobile/p2p.go
    • Line 27: warning: exported method NodeInfo.GetID should have comment or be unexported (golint)
    • Line 28: warning: exported method NodeInfo.GetName should have comment or be unexported (golint)
    • Line 29: warning: exported method NodeInfo.GetEnode should have comment or be unexported (golint)
    • Line 30: warning: exported method NodeInfo.GetIP should have comment or be unexported (golint)
    • Line 31: warning: exported method NodeInfo.GetDiscoveryPort should have comment or be unexported (golint)
    • Line 32: warning: exported method NodeInfo.GetListenerPort should have comment or be unexported (golint)
    • Line 33: warning: exported method NodeInfo.GetListenerAddress should have comment or be unexported (golint)
    • Line 34: warning: exported method NodeInfo.GetProtocols should have comment or be unexported (golint)
    • Line 47: warning: exported method PeerInfo.GetID should have comment or be unexported (golint)
    • Line 48: warning: exported method PeerInfo.GetName should have comment or be unexported (golint)
    • Line 49: warning: exported method PeerInfo.GetCaps should have comment or be unexported (golint)
    • Line 50: warning: exported method PeerInfo.GetLocalAddress should have comment or be unexported (golint)
    • Line 51: warning: exported method PeerInfo.GetRemoteAddress should have comment or be unexported (golint)
    • go-sberex/whisper/whisperv5/whisper.go
    • Line 35: warning: exported type Statistics should have comment or be unexported (golint)
    • Line 119: warning: exported method Whisper.MinPow should have comment or be unexported (golint)
    • Line 467: warning: receiver name wh should be consistent with previous receiver name w for Whisper (golint)
    • Line 492: warning: receiver name wh should be consistent with previous receiver name w for Whisper (golint)
    • Line 559: warning: receiver name wh should be consistent with previous receiver name w for Whisper (golint)
    • Line 566: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 575: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 836: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-sberex/core/vm/noop.go
    • Line 21: warning: exported function NoopCanTransfer should have comment or be unexported (golint)
    • Line 24: warning: exported function NoopTransfer should have comment or be unexported (golint)
    • Line 26: warning: exported type NoopEVMCallContext should have comment or be unexported (golint)
    • Line 28: warning: exported method NoopEVMCallContext.Call should have comment or be unexported (golint)
    • Line 31: warning: exported method NoopEVMCallContext.CallCode should have comment or be unexported (golint)
    • Line 34: warning: exported method NoopEVMCallContext.Create should have comment or be unexported (golint)
    • Line 37: warning: exported method NoopEVMCallContext.DelegateCall should have comment or be unexported (golint)
    • Line 41: warning: exported type NoopStateDB should have comment or be unexported (golint)
    • Line 43: warning: exported method NoopStateDB.CreateAccount should have comment or be unexported (golint)
    • Line 44: warning: exported method NoopStateDB.SubBalance should have comment or be unexported (golint)
    • Line 45: warning: exported method NoopStateDB.AddBalance should have comment or be unexported (golint)
    • Line 46: warning: exported method NoopStateDB.GetBalance should have comment or be unexported (golint)
    • Line 47: warning: exported method NoopStateDB.GetNonce should have comment or be unexported (golint)
    • Line 48: warning: exported method NoopStateDB.SetNonce should have comment or be unexported (golint)
    • Line 49: warning: exported method NoopStateDB.GetCodeHash should have comment or be unexported (golint)
    • Line 50: warning: exported method NoopStateDB.GetCode should have comment or be unexported (golint)
    • Line 51: warning: exported method NoopStateDB.SetCode should have comment or be unexported (golint)
    • Line 52: warning: exported method NoopStateDB.GetCodeSize should have comment or be unexported (golint)
    • Line 53: warning: exported method NoopStateDB.AddRefund should have comment or be unexported (golint)
    • Line 54: warning: exported method NoopStateDB.GetRefund should have comment or be unexported (golint)
    • Line 55: warning: exported method NoopStateDB.GetState should have comment or be unexported (golint)
    • Line 56: warning: exported method NoopStateDB.SetState should have comment or be unexported (golint)
    • Line 57: warning: exported method NoopStateDB.Suicide should have comment or be unexported (golint)
    • Line 58: warning: exported method NoopStateDB.HasSuicided should have comment or be unexported (golint)
    • Line 59: warning: exported method NoopStateDB.Exist should have comment or be unexported (golint)
    • Line 60: warning: exported method NoopStateDB.Empty should have comment or be unexported (golint)
    • Line 61: warning: exported method NoopStateDB.RevertToSnapshot should have comment or be unexported (golint)
    • Line 62: warning: exported method NoopStateDB.Snapshot should have comment or be unexported (golint)
    • Line 63: warning: exported method NoopStateDB.AddLog should have comment or be unexported (golint)
    • Line 64: warning: exported method NoopStateDB.AddPreimage should have comment or be unexported (golint)
    • Line 65: warning: exported method NoopStateDB.ForEachStorage should have comment or be unexported (golint)
    • go-sberex/swarm/api/http/error.go
    • Line 12: warning: package comment should be of the form "Package http ..." (golint)
    • Line 40: warning: comment on exported type ErrorParams should be of the form "ErrorParams ..." (with optional leading article) (golint)
    • Line 74: warning: comment on exported function ShowMultipleChoices should be of the form "ShowMultipleChoices ..." (golint)
    • Line 155: 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)
    • go-sberex/p2p/simulations/adapters/inproc.go
    • Line 152: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 157: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 163: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 174: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 185: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 211: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 265: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 276: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 287: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 293: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 302: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/cmd/geth/monitorcmd.go
    • Line 186: 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)
    • go-sberex/p2p/testing/protocoltester.go
    • Line 99: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 106: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/swarm/fuse/swarmfs.go
    • Line 21: warning: don't use underscores in Go names; const Swarmfs_Version should be SwarmfsVersion (golint)
    • Line 21: warning: exported const Swarmfs_Version should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported type SwarmFS should have comment or be unexported (golint)
    • Line 41: warning: exported function NewSwarmFS should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewInode should be of the form "NewInode ..." (golint)
    • go-sberex/trie/secure_trie.go
    • Line 153: warning: exported method SecureTrie.Hash should have comment or be unexported (golint)
    • Line 157: warning: exported method SecureTrie.Root should have comment or be unexported (golint)
    • Line 161: warning: exported method SecureTrie.Copy should have comment or be unexported (golint)
    • go-sberex/swarm/services/swap/swap.go
    • Line 57: warning: exported type SwapParams should have comment or be unexported (golint)
    • Line 62: warning: exported type SwapProfile should have comment or be unexported (golint)
    • Line 67: warning: exported type PayProfile should have comment or be unexported (golint)
    • Line 78: warning: comment on exported function NewDefaultSwapParams should be of the form "NewDefaultSwapParams ..." (golint)
    • Line 100: warning: comment on exported method SwapParams.Init should be of the form "Init ..." (golint)
    • Line 102: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 124: warning: exported function NewSwap should have comment or be unexported (golint)
    • Line 182: warning: exported method SwapParams.Chequebook should have comment or be unexported (golint)
    • Line 182: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 188: warning: exported method SwapParams.PrivateKey should have comment or be unexported (golint)
    • Line 188: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 196: warning: exported method SwapParams.SetKey should have comment or be unexported (golint)
    • Line 196: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 201: warning: comment on exported method SwapParams.SetChequebook should be of the form "SetChequebook ..." (golint)
    • Line 203: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 217: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 263: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/swarm/network/messages.go
    • Line 62: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 84: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 131: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 146: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 151: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 160: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 178: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 211: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 225: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 246: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 263: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 285: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 301: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/log/handler.go
    • Line 14: warning: comment on exported type Handler should be of the form "Handler ..." (with optional leading article) (golint)
    • Line 196: warning: comment on exported function MultiHandler should be of the form "MultiHandler ..." (golint)
    • Line 215: warning: comment on exported function FailoverHandler should be of the form "FailoverHandler ..." (golint)
    • Line 237: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 323: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 341: warning: comment on exported var Must should be of the form "Must ..." (golint)
    • go-sberex/p2p/simulations/adapters/state.go
    • Line 14: warning: exported type SimStateStore should have comment or be unexported (golint)
    • Line 18: warning: exported method SimStateStore.Load should have comment or be unexported (golint)
    • Line 18: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 22: warning: exported method SimStateStore.Save should have comment or be unexported (golint)
    • Line 22: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 27: warning: exported function NewSimStateStore should have comment or be unexported (golint)
    • go-sberex/core/types/bloom9.go
    • Line 66: warning: exported method Bloom.Bytes should have comment or be unexported (golint)
    • Line 70: warning: exported method Bloom.Test should have comment or be unexported (golint)
    • Line 74: warning: exported method Bloom.TestBytes should have comment or be unexported (golint)
    • Line 89: warning: exported function CreateBloom should have comment or be unexported (golint)
    • Line 98: warning: exported function LogsBloom should have comment or be unexported (golint)
    • Line 124: warning: exported var Bloom9 should have comment or be unexported (golint)
    • Line 126: warning: exported function BloomLookup should have comment or be unexported (golint)
    • go-sberex/whisper/whisperv5/api.go
    • Line 35: warning: exported var ErrSymAsym should have comment or be unexported (golint)
    • Line 91: warning: comment on exported method PublicWhisperAPI.SetMinPoW should be of the form "SetMinPoW ..." (golint)
    • Line 144: warning: comment on exported method PublicWhisperAPI.GetPrivateKey should be of the form "GetPrivateKey ..." (golint)
    • go-sberex/internal/ethapi/api.go
    • Line 751: warning: comment on exported function FormatLogs should be of the form "FormatLogs ..." (golint)
    • Line 1426: warning: exported method PrivateDebugAPI.ChaindbCompact should have comment or be unexported (golint)
    • go-sberex/core/vm/stack.go
    • Line 19: warning: comment on exported type Stack should be of the form "Stack ..." (with optional leading article) (golint)
    • Line 30: warning: exported method Stack.Data should have comment or be unexported (golint)
    • Line 78: warning: exported method Stack.Print should have comment or be unexported (golint)
    • go-sberex/eth/backend.go
    • Line 48: warning: exported type LesServer should have comment or be unexported (golint)
    • Line 92: warning: exported method Sberex.AddLesServer should have comment or be unexported (golint)
    • Line 296: warning: exported method Sberex.ResetWithGenesisBlock should have comment or be unexported (golint)
    • Line 300: warning: exported method Sberex.Etherbase should have comment or be unexported (golint)
    • Line 323: warning: comment on exported method Sberex.SetEtherbase should be of the form "SetEtherbase ..." (golint)
    • Line 324: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 332: warning: exported method Sberex.StartMining should have comment or be unexported (golint)
    • Line 357: warning: exported method Sberex.StopMining should have comment or be unexported (golint)
    • Line 358: warning: exported method Sberex.IsMining should have comment or be unexported (golint)
    • Line 359: warning: exported method Sberex.Miner should have comment or be unexported (golint)
    • Line 361: warning: exported method Sberex.AccountManager should have comment or be unexported (golint)
    • Line 362: warning: exported method Sberex.BlockChain should have comment or be unexported (golint)
    • Line 363: warning: exported method Sberex.TxPool should have comment or be unexported (golint)
    • Line 364: warning: exported method Sberex.EventMux should have comment or be unexported (golint)
    • Line 365: warning: exported method Sberex.Engine should have comment or be unexported (golint)
    • Line 366: warning: exported method Sberex.ChainDb should have comment or be unexported (golint)
    • Line 367: warning: exported method Sberex.IsListening should have comment or be unexported (golint)
    • Line 368: warning: exported method Sberex.EthVersion should have comment or be unexported (golint)
    • Line 369: warning: exported method Sberex.NetVersion should have comment or be unexported (golint)
    • Line 370: warning: exported method Sberex.Downloader should have comment or be unexported (golint)
    • go-sberex/mobile/interface.go
    • Line 40: warning: exported method Interface.SetBool should have comment or be unexported (golint)
    • Line 41: warning: exported method Interface.SetBools should have comment or be unexported (golint)
    • Line 42: warning: exported method Interface.SetString should have comment or be unexported (golint)
    • Line 43: warning: exported method Interface.SetStrings should have comment or be unexported (golint)
    • Line 44: warning: exported method Interface.SetBinary should have comment or be unexported (golint)
    • Line 45: warning: exported method Interface.SetBinaries should have comment or be unexported (golint)
    • Line 46: warning: exported method Interface.SetAddress should have comment or be unexported (golint)
    • Line 47: warning: exported method Interface.SetAddresses should have comment or be unexported (golint)
    • Line 48: warning: exported method Interface.SetHash should have comment or be unexported (golint)
    • Line 49: warning: exported method Interface.SetHashes should have comment or be unexported (golint)
    • Line 50: warning: exported method Interface.SetInt8 should have comment or be unexported (golint)
    • Line 51: warning: exported method Interface.SetInt16 should have comment or be unexported (golint)
    • Line 52: warning: exported method Interface.SetInt32 should have comment or be unexported (golint)
    • Line 53: warning: exported method Interface.SetInt64 should have comment or be unexported (golint)
    • Line 54: warning: exported method Interface.SetUint8 should have comment or be unexported (golint)
    • Line 55: warning: exported method Interface.SetUint16 should have comment or be unexported (golint)
    • Line 56: warning: exported method Interface.SetUint32 should have comment or be unexported (golint)
    • Line 57: warning: exported method Interface.SetUint64 should have comment or be unexported (golint)
    • Line 58: warning: exported method Interface.SetBigInt should have comment or be unexported (golint)
    • Line 59: warning: exported method Interface.SetBigInts should have comment or be unexported (golint)
    • Line 61: warning: exported method Interface.SetDefaultBool should have comment or be unexported (golint)
    • Line 62: warning: exported method Interface.SetDefaultBools should have comment or be unexported (golint)
    • Line 63: warning: exported method Interface.SetDefaultString should have comment or be unexported (golint)
    • Line 64: warning: exported method Interface.SetDefaultStrings should have comment or be unexported (golint)
    • Line 65: warning: exported method Interface.SetDefaultBinary should have comment or be unexported (golint)
    • Line 66: warning: exported method Interface.SetDefaultBinaries should have comment or be unexported (golint)
    • Line 67: warning: exported method Interface.SetDefaultAddress should have comment or be unexported (golint)
    • Line 68: warning: exported method Interface.SetDefaultAddresses should have comment or be unexported (golint)
    • Line 69: warning: exported method Interface.SetDefaultHash should have comment or be unexported (golint)
    • Line 70: warning: exported method Interface.SetDefaultHashes should have comment or be unexported (golint)
    • Line 71: warning: exported method Interface.SetDefaultInt8 should have comment or be unexported (golint)
    • Line 72: warning: exported method Interface.SetDefaultInt16 should have comment or be unexported (golint)
    • Line 73: warning: exported method Interface.SetDefaultInt32 should have comment or be unexported (golint)
    • Line 74: warning: exported method Interface.SetDefaultInt64 should have comment or be unexported (golint)
    • Line 75: warning: exported method Interface.SetDefaultUint8 should have comment or be unexported (golint)
    • Line 76: warning: exported method Interface.SetDefaultUint16 should have comment or be unexported (golint)
    • Line 77: warning: exported method Interface.SetDefaultUint32 should have comment or be unexported (golint)
    • Line 78: warning: exported method Interface.SetDefaultUint64 should have comment or be unexported (golint)
    • Line 79: warning: exported method Interface.SetDefaultBigInt should have comment or be unexported (golint)
    • Line 80: warning: exported method Interface.SetDefaultBigInts should have comment or be unexported (golint)
    • Line 82: warning: exported method Interface.GetBool should have comment or be unexported (golint)
    • Line 83: warning: exported method Interface.GetBools should have comment or be unexported (golint)
    • Line 84: warning: exported method Interface.GetString should have comment or be unexported (golint)
    • Line 85: warning: exported method Interface.GetStrings should have comment or be unexported (golint)
    • Line 86: warning: exported method Interface.GetBinary should have comment or be unexported (golint)
    • Line 87: warning: exported method Interface.GetBinaries should have comment or be unexported (golint)
    • Line 88: warning: exported method Interface.GetAddress should have comment or be unexported (golint)
    • Line 89: warning: exported method Interface.GetAddresses should have comment or be unexported (golint)
    • Line 90: warning: exported method Interface.GetHash should have comment or be unexported (golint)
    • Line 91: warning: exported method Interface.GetHashes should have comment or be unexported (golint)
    • Line 92: warning: exported method Interface.GetInt8 should have comment or be unexported (golint)
    • Line 93: warning: exported method Interface.GetInt16 should have comment or be unexported (golint)
    • Line 94: warning: exported method Interface.GetInt32 should have comment or be unexported (golint)
    • Line 95: warning: exported method Interface.GetInt64 should have comment or be unexported (golint)
    • Line 96: warning: exported method Interface.GetUint8 should have comment or be unexported (golint)
    • Line 99: warning: exported method Interface.GetUint16 should have comment or be unexported (golint)
    • Line 102: warning: exported method Interface.GetUint32 should have comment or be unexported (golint)
    • Line 105: warning: exported method Interface.GetUint64 should have comment or be unexported (golint)
    • Line 108: warning: exported method Interface.GetBigInt should have comment or be unexported (golint)
    • Line 109: warning: exported method Interface.GetBigInts should have comment or be unexported (golint)
    • go-sberex/swarm/swarm.go
    • Line 55: warning: comment on exported type Swarm should be of the form "Swarm ..." (with optional leading article) (golint)
    • Line 74: warning: exported type SwarmAPI should have comment or be unexported (golint)
    • Line 80: warning: exported method Swarm.API should have comment or be unexported (golint)
    • Line 80: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 88: warning: comment on exported function NewSwarm should be of the form "NewSwarm ..." (golint)
    • Line 270: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 323: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 333: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 339: warning: comment on exported method Swarm.Stop should be of the form "Stop ..." (golint)
    • Line 341: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 357: warning: comment on exported method Swarm.Protocols should be of the form "Protocols ..." (golint)
    • Line 358: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 366: warning: comment on exported method Swarm.APIs should be of the form "APIs ..." (golint)
    • Line 368: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 414: warning: exported method Swarm.Api should have comment or be unexported (golint)
    • Line 414: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 419: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 429: warning: comment on exported function NewLocalSwarm should be of the form "NewLocalSwarm ..." (golint)
    • Line 455: warning: comment on exported type Info should be of the form "Info ..." (with optional leading article) (golint)
    • Line 461: warning: exported method Info.Info should have comment or be unexported (golint)
    • Line 461: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/swarm/api/config.go
    • Line 31: warning: exported const DefaultHTTPListenAddr should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: comment on exported type Config should be of the form "Config ..." (with optional leading article) (golint)
    • Line 61: warning: comment on exported function NewDefaultConfig should be of the form "NewDefaultConfig ..." (golint)
    • Line 85: warning: comment on exported method Config.Init should be of the form "Init ..." (golint)
    • Line 87: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/rpc/types.go
    • Line 114: warning: exported type BlockNumber should have comment or be unexported (golint)
    • Line 117: warning: exported const PendingBlockNumber should have comment (or a comment on this block) or be unexported (golint)
    • Line 158: warning: exported method BlockNumber.Int64 should have comment or be unexported (golint)
    • go-sberex/core/state/state_object.go
    • Line 27: warning: exported type Code should have comment or be unexported (golint)
    • Line 29: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 33: warning: exported type Storage should have comment or be unexported (golint)
    • Line 35: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 43: warning: exported method Storage.Copy should have comment or be unexported (golint)
    • Line 43: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 122: warning: receiver name c should be consistent with previous receiver name s for stateObject (golint)
    • Line 127: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 133: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 141: warning: receiver name c should be consistent with previous receiver name s for stateObject (golint)
    • Line 154: warning: receiver name c should be consistent with previous receiver name s for stateObject (golint)
    • Line 167: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 192: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 201: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 212: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 228: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 235: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 249: warning: receiver name c should be consistent with previous receiver name s for stateObject (golint)
    • Line 264: warning: receiver name c should be consistent with previous receiver name s for stateObject (golint)
    • Line 271: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 279: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 288: warning: receiver name c should be consistent with previous receiver name s for stateObject (golint)
    • Line 290: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 309: warning: receiver name c should be consistent with previous receiver name s for stateObject (golint)
    • Line 314: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 329: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 339: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 349: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 357: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 365: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 369: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 373: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 380: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/crypto/crypto.go
    • Line 33: warning: don't use underscores in Go names; var secp256k1_N should be secp256k1N (golint)
    • Line 34: warning: don't use underscores in Go names; var secp256k1_halfN should be secp256k1HalfN (golint)
    • Line 66: warning: comment on exported function CreateAddress should be of the form "CreateAddress ..." (golint)
    • Line 120: warning: exported function ToECDSAPub should have comment or be unexported (golint)
    • Line 128: warning: exported function FromECDSAPub should have comment or be unexported (golint)
    • Line 170: warning: exported function GenerateKey should have comment or be unexported (golint)
    • Line 189: warning: exported function PubkeyToAddress should have comment or be unexported (golint)
    • go-sberex/eth/downloader/modes.go
    • Line 20: warning: exported const FullSync should have comment (or a comment on this block) or be unexported (golint)
    • Line 25: warning: exported method SyncMode.IsValid should have comment or be unexported (golint)
    • Line 43: warning: exported method SyncMode.MarshalText should have comment or be unexported (golint)
    • Line 56: warning: exported method SyncMode.UnmarshalText should have comment or be unexported (golint)
    • go-sberex/bmt/bmt.go
    • Line 148: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 159: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 178: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 191: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 275: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 280: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 287: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 319: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 328: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 374: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 401: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 411: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 419: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 436: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 457: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 491: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 503: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 524: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 549: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/swarm/storage/database.go
    • Line 28: warning: exported type LDBDatabase should have comment or be unexported (golint)
    • Line 33: warning: exported function NewLDBDatabase should have comment or be unexported (golint)
    • Line 45: warning: exported method LDBDatabase.Put should have comment or be unexported (golint)
    • Line 45: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 56: warning: exported method LDBDatabase.Get should have comment or be unexported (golint)
    • Line 56: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 69: warning: exported method LDBDatabase.Delete should have comment or be unexported (golint)
    • Line 69: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 73: warning: exported method LDBDatabase.LastKnownTD should have comment or be unexported (golint)
    • Line 73: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 83: warning: exported method LDBDatabase.NewIterator should have comment or be unexported (golint)
    • Line 83: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 87: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 91: warning: exported method LDBDatabase.Close should have comment or be unexported (golint)
    • Line 91: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/miner/miner.go
    • Line 55: warning: exported function New should have comment or be unexported (golint)
    • Line 73: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 101: warning: exported method Miner.Start should have comment or be unexported (golint)
    • Line 101: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 117: warning: exported method Miner.Stop should have comment or be unexported (golint)
    • Line 117: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 123: warning: exported method Miner.Register should have comment or be unexported (golint)
    • Line 123: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 130: warning: exported method Miner.Unregister should have comment or be unexported (golint)
    • Line 130: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 134: warning: exported method Miner.Mining should have comment or be unexported (golint)
    • Line 134: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 138: warning: exported method Miner.HashRate should have comment or be unexported (golint)
    • Line 138: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 153: warning: exported method Miner.SetExtra should have comment or be unexported (golint)
    • Line 153: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 162: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 171: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 175: warning: exported method Miner.SetEtherbase should have comment or be unexported (golint)
    • Line 175: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/eth/protocol.go
    • Line 32: warning: comment on exported var ProtocolName should be of the form "ProtocolName ..." (golint)
    • Line 35: warning: comment on exported var ProtocolVersions should be of the form "ProtocolVersions ..." (golint)
    • Line 38: warning: comment on exported var ProtocolLengths should be of the form "ProtocolLengths ..." (golint)
    • Line 41: warning: exported const ProtocolMaxMsgSize should have comment or be unexported (golint)
    • Line 65: warning: exported const ErrMsgTooLarge should have comment (or a comment on this block) or be unexported (golint)
    • go-sberex/ethdb/memory_database.go
    • Line 21: warning: comment on exported type MemDatabase should be of the form "MemDatabase ..." (with optional leading article) (golint)
    • Line 29: warning: exported function NewMemDatabase should have comment or be unexported (golint)
    • Line 35: warning: exported function NewMemDatabaseWithCap should have comment or be unexported (golint)
    • Line 41: warning: exported method MemDatabase.Put should have comment or be unexported (golint)
    • Line 49: warning: exported method MemDatabase.Has should have comment or be unexported (golint)
    • Line 57: warning: exported method MemDatabase.Get should have comment or be unexported (golint)
    • Line 67: warning: exported method MemDatabase.Keys should have comment or be unexported (golint)
    • Line 78: warning: exported method MemDatabase.Delete should have comment or be unexported (golint)
    • Line 86: warning: exported method MemDatabase.Close should have comment or be unexported (golint)
    • Line 88: warning: exported method MemDatabase.NewBatch should have comment or be unexported (golint)
    • Line 92: warning: exported method MemDatabase.Len should have comment or be unexported (golint)
    • go-sberex/whisper/whisperv5/peer.go
    • Line 25: warning: comment on exported type Peer should be of the form "Peer ..." (with optional leading article) (golint)
    • Line 119: warning: receiver name peer should be consistent with previous receiver name p for Peer (golint)
    • Line 124: warning: receiver name peer should be consistent with previous receiver name p for Peer (golint)
    • Line 130: warning: receiver name peer should be consistent with previous receiver name p for Peer (golint)
    • Line 154: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 166: warning: exported method Peer.ID should have comment or be unexported (golint)
    • go-sberex/core/vm/logger.go
    • Line 27: warning: exported type Storage should have comment or be unexported (golint)
    • Line 29: warning: exported method Storage.Copy should have comment or be unexported (golint)
    • Line 29: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 73: warning: exported method StructLog.OpName should have comment or be unexported (golint)
    • Line 77: warning: exported method StructLog.ErrorString should have comment or be unexported (golint)
    • Line 121: warning: exported method StructLogger.CaptureStart should have comment or be unexported (golint)
    • Line 175: warning: exported method StructLogger.CaptureFault should have comment or be unexported (golint)
    • Line 179: warning: exported method StructLogger.CaptureEnd should have comment or be unexported (golint)
    • go-sberex/p2p/discv5/node.go
    • Line 266: warning: comment on exported method NodeID.GoString should be of the form "GoString ..." (golint)
    • Line 313: warning: receiver name id should be consistent with previous receiver name n for NodeID (golint)
    • Line 324: warning: receiver name id should be consistent with previous receiver name n for NodeID (golint)
    • go-sberex/internal/cmdtest/test_cmd.go
    • Line 32: warning: exported function NewTestCmd should have comment or be unexported (golint)
    • Line 36: warning: exported type TestCmd should have comment or be unexported (golint)
    • Line 81: warning: exported method TestCmd.SetTemplateFunc should have comment or be unexported (golint)
    • Line 179: warning: exported method TestCmd.WaitExit should have comment or be unexported (golint)
    • Line 183: warning: exported method TestCmd.Interrupt should have comment or be unexported (golint)
    • Line 196: warning: exported method TestCmd.CloseStdin should have comment or be unexported (golint)
    • Line 200: warning: exported method TestCmd.Kill should have comment or be unexported (golint)
    • go-sberex/event/filter/filter.go
    • Line 17: warning: exported type Filter should have comment or be unexported (golint)
    • Line 22: warning: exported type FilterEvent should have comment or be unexported (golint)
    • Line 27: warning: exported type Filters should have comment or be unexported (golint)
    • Line 35: warning: exported function New should have comment or be unexported (golint)
    • Line 43: warning: exported method Filters.Start should have comment or be unexported (golint)
    • Line 43: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 47: warning: exported method Filters.Stop should have comment or be unexported (golint)
    • Line 47: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 51: warning: exported method Filters.Notify should have comment or be unexported (golint)
    • Line 51: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 55: warning: exported method Filters.Install should have comment or be unexported (golint)
    • Line 55: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 62: warning: exported method Filters.Uninstall should have comment or be unexported (golint)
    • Line 62: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 66: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 84: warning: exported method Filters.Match should have comment or be unexported (golint)
    • Line 84: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 88: warning: exported method Filters.Get should have comment or be unexported (golint)
    • Line 88: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/miner/worker.go
    • Line 79: warning: exported type Result should have comment or be unexported (golint)
    • Line 156: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 162: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 168: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 183: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 198: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 210: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 224: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 231: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 238: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 285: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 340: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 353: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 384: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 489: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 587: warning: error should be the last type when returning multiple items (golint)
    • go-sberex/les/odr.go
    • Line 31: warning: exported function NewLesOdr should have comment or be unexported (golint)
    • Line 68: warning: exported const MsgBlockBodies should have comment (or a comment on this block) or be unexported (golint)
    • go-sberex/core/types/transaction_signing.go
    • Line 26: warning: exported var ErrInvalidChainId should have comment or be unexported (golint)
    • Line 100: warning: comment on exported type EIP155Signer should be of the form "EIP155Signer ..." (with optional leading article) (golint)
    • Line 105: warning: exported function NewEIP155Signer should have comment or be unexported (golint)
    • Line 115: warning: exported method EIP155Signer.Equal should have comment or be unexported (golint)
    • Line 122: warning: exported method EIP155Signer.Sender should have comment or be unexported (golint)
    • Line 134: warning: comment on exported method EIP155Signer.SignatureValues should be of the form "SignatureValues ..." (golint)
    • Line 162: warning: comment on exported type HomesteadSigner should be of the form "HomesteadSigner ..." (with optional leading article) (golint)
    • Line 166: warning: exported method HomesteadSigner.Equal should have comment or be unexported (golint)
    • Line 173: warning: receiver name hs should be consistent with previous receiver name s for HomesteadSigner (golint)
    • Line 177: warning: exported method HomesteadSigner.Sender should have comment or be unexported (golint)
    • Line 177: warning: receiver name hs should be consistent with previous receiver name s for HomesteadSigner (golint)
    • Line 181: warning: exported type FrontierSigner should have comment or be unexported (golint)
    • Line 183: warning: exported method FrontierSigner.Equal should have comment or be unexported (golint)
    • Line 190: warning: receiver name fs should be consistent with previous receiver name s for FrontierSigner (golint)
    • Line 202: warning: receiver name fs should be consistent with previous receiver name s for FrontierSigner (golint)
    • Line 213: warning: exported method FrontierSigner.Sender should have comment or be unexported (golint)
    • Line 213: warning: receiver name fs should be consistent with previous receiver name s for FrontierSigner (golint)
    • go-sberex/swarm/network/kademlia/address.go
    • Line 22: warning: exported type Address should have comment or be unexported (golint)
    • Line 28: warning: exported method Address.MarshalJSON should have comment or be unexported (golint)
    • Line 32: warning: exported method Address.UnmarshalJSON should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Address.Bin should be of the form "Bin ..." (golint)
    • Line 73: warning: comment on exported method Address.ProxCmp should be of the form "ProxCmp ..." (golint)
    • Line 76: warning: receiver name target should be consistent with previous receiver name a for Address (golint)
    • Line 89: warning: comment on exported function RandomAddressAt should be of the form "RandomAddressAt ..." (golint)
    • Line 114: warning: comment on exported function KeyRange should be of the form "KeyRange ..." (golint)
    • Line 126: warning: exported function CommonBitsAddrF should have comment or be unexported (golint)
    • Line 157: warning: exported function CommonBitsAddr should have comment or be unexported (golint)
    • Line 161: warning: exported function CommonBitsAddrByte should have comment or be unexported (golint)
    • Line 165: warning: comment on exported function RandomAddress should be of the form "RandomAddress ..." (golint)
    • go-sberex/swarm/storage/dbstore.go
    • Line 68: warning: exported type DbStore should have comment or be unexported (golint)
    • Line 82: warning: exported function NewDbStore should have comment or be unexported (golint)
    • Line 116: warning: exported function BytesToU64 should have comment or be unexported (golint)
    • Line 123: warning: exported function U64ToBytes should have comment or be unexported (golint)
    • Line 200: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 203: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 348: warning: exported method DbStore.Cleanup should have comment or be unexported (golint)
    • Line 395: warning: exported method DbStore.Counter should have comment or be unexported (golint)
    • Line 401: warning: exported method DbStore.Put should have comment or be unexported (golint)
    • Line 468: warning: exported method DbStore.Get should have comment or be unexported (golint)
    • Line 534: warning: exported method DbStore.Close should have comment or be unexported (golint)
    • Line 538: warning: comment on exported type DbSyncState should be of the form "DbSyncState ..." (with optional leading article) (golint)
    • Line 557: warning: comment on exported method DbStore.NewSyncIterator should be of the form "NewSyncIterator ..." (golint)
    • Line 558: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 572: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/common/math/big.go
    • Line 24: warning: exported var MaxBig256 should have comment or be unexported (golint)
    • Line 76: warning: comment on exported function MustParseBig256 should be of the form "MustParseBig256 ..." (golint)
    • Line 184: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-sberex/swarm/storage/chunker.go
    • Line 68: warning: exported type TreeChunker should have comment or be unexported (golint)
    • Line 78: warning: exported function NewTreeChunker should have comment or be unexported (golint)
    • Line 94: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 105: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 111: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 117: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 123: warning: exported method TreeChunker.Split should have comment or be unexported (golint)
    • Line 123: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 180: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 255: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 280: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 314: warning: exported method TreeChunker.Append should have comment or be unexported (golint)
    • Line 314: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 329: warning: comment on exported method TreeChunker.Join should be of the form "Join ..." (golint)
    • Line 330: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 341: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 358: warning: comment on exported method LazyChunkReader.ReadAt should be of the form "ReadAt ..." (golint)
    • Line 361: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 402: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 494: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 505: warning: exported method LazyChunkReader.Seek should have comment or be unexported (golint)
    • go-sberex/metrics/librato/librato.go
    • Line 24: warning: exported type Reporter should have comment or be unexported (golint)
    • Line 35: warning: exported function NewReporter should have comment or be unexported (golint)
    • Line 39: warning: exported function Librato should have comment or be unexported (golint)
    • Line 43: warning: exported method Reporter.Run should have comment or be unexported (golint)
    • Line 43: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 82: warning: exported method Reporter.BuildRequest should have comment or be unexported (golint)
    • Line 82: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/contracts/chequebook/cheque.go
    • Line 73: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 77: warning: exported type Params should have comment or be unexported (golint)
    • Line 81: warning: exported var ContractParams should have comment or be unexported (golint)
    • Line 107: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 146: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 185: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 206: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 221: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 232: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 243: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 289: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 307: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 314: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 319: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 324: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 332: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 351: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 361: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 407: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 412: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 417: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 420: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 472: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 477: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 487: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 498: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 508: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 543: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 579: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 619: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/swarm/network/hive.go
    • Line 44: warning: exported type Hive should have comment or be unexported (golint)
    • Line 69: warning: exported type HiveParams should have comment or be unexported (golint)
    • Line 75: warning: comment on exported function NewDefaultHiveParams should be of the form "NewDefaultHiveParams ..." (golint)
    • Line 88: warning: comment on exported method HiveParams.Init should be of the form "Init ..." (golint)
    • Line 90: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 94: warning: exported function NewHive should have comment or be unexported (golint)
    • Line 106: warning: exported method Hive.SyncEnabled should have comment or be unexported (golint)
    • Line 106: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 110: warning: exported method Hive.SwapEnabled should have comment or be unexported (golint)
    • Line 110: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 114: warning: exported method Hive.BlockNetworkRead should have comment or be unexported (golint)
    • Line 114: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 118: warning: exported method Hive.BlockNetworkWrite should have comment or be unexported (golint)
    • Line 118: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 122: warning: comment on exported method Hive.Addr should be of the form "Addr ..." (golint)
    • Line 123: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 131: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 194: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 221: warning: exported method Hive.Stop should have comment or be unexported (golint)
    • Line 221: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 228: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 253: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 267: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 276: warning: comment on exported method Hive.DropAll should be of the form "DropAll ..." (golint)
    • Line 277: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 296: warning: comment on exported method Hive.HandlePeersMsg should be of the form "HandlePeersMsg ..." (golint)
    • Line 299: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 318: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 322: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 327: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 368: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 396: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/swarm/network/syncer.go
    • Line 64: warning: comment on exported type DbAccess should be of the form "DbAccess ..." (with optional leading article) (golint)
    • Line 70: warning: exported function NewDbAccess should have comment or be unexported (golint)
    • Line 75: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 80: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 90: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 98: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 105: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 116: warning: comment on exported type SyncParams should be of the form "SyncParams ..." (with optional leading article) (golint)
    • Line 128: warning: comment on exported function NewDefaultSyncParams should be of the form "NewDefaultSyncParams ..." (golint)
    • Line 141: warning: comment on exported method SyncParams.Init should be of the form "Init ..." (golint)
    • Line 143: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 264: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 323: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 332: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 346: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 350: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 364: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 396: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 409: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 564: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 633: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 649: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 666: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 677: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 693: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 703: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 711: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 721: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/swarm/storage/dpa.go
    • Line 46: warning: error var notFound should have name of the form errFoo (golint)
    • Line 49: warning: exported type DPA should have comment or be unexported (golint)
    • Line 60: warning: comment on exported function NewLocalDPA should be of the form "NewLocalDPA ..." (golint)
    • Line 76: warning: exported function NewDPA should have comment or be unexported (golint)
    • Line 84: warning: comment on exported method DPA.Retrieve should be of the form "Retrieve ..." (golint)
    • Line 88: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 92: warning: comment on exported method DPA.Store should be of the form "Store ..." (golint)
    • Line 94: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 98: warning: exported method DPA.Start should have comment or be unexported (golint)
    • Line 98: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 112: warning: exported method DPA.Stop should have comment or be unexported (golint)
    • Line 112: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 124: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 131: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 155: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 162: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 190: warning: exported function NewDpaChunkStore should have comment or be unexported (golint)
    • Line 196: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 216: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 236: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/swarm/fuse/swarmfs_unix.go
    • Line 46: warning: comment on exported type MountInfo should be of the form "MountInfo ..." (with optional leading article) (golint)
    • Line 57: warning: exported function NewMountInfo should have comment or be unexported (golint)
    • Line 70: warning: exported method SwarmFS.Mount should have comment or be unexported (golint)
    • Line 70: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 176: warning: exported method SwarmFS.Unmount should have comment or be unexported (golint)
    • Line 176: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 210: warning: exported method SwarmFS.Listmounts should have comment or be unexported (golint)
    • Line 210: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 221: warning: exported method SwarmFS.Stop should have comment or be unexported (golint)
    • Line 221: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/core/vm/opcodes.go
    • Line 21: warning: exported method OpCode.IsPush should have comment or be unexported (golint)
    • Line 29: warning: exported method OpCode.IsStaticJump should have comment or be unexported (golint)
    • Line 34: warning: comment on exported const STOP should be of the form "STOP ..." (golint)
    • Line 36: warning: exported const ADD should have comment (or a comment on this block) or be unexported (golint)
    • Line 50: warning: exported const LT should have comment (or a comment on this block) or be unexported (golint)
    • Line 69: warning: comment on exported const ADDRESS should be of the form "ADDRESS ..." (golint)
    • Line 71: warning: exported const BALANCE should have comment (or a comment on this block) or be unexported (golint)
    • Line 88: warning: comment on exported const BLOCKHASH should be of the form "BLOCKHASH ..." (golint)
    • Line 90: warning: exported const COINBASE should have comment (or a comment on this block) or be unexported (golint)
    • Line 98: warning: comment on exported const POP should be of the form "POP ..." (golint)
    • Line 100: warning: exported const MLOAD should have comment (or a comment on this block) or be unexported (golint)
    • Line 114: warning: comment on exported const PUSH1 should be of the form "PUSH1 ..." (golint)
    • Line 116: warning: exported const PUSH2 should have comment (or a comment on this block) or be unexported (golint)
    • Line 182: warning: exported const LOG0 should have comment (or a comment on this block) or be unexported (golint)
    • Line 197: warning: comment on exported const CREATE should be of the form "CREATE ..." (golint)
    • Line 199: warning: exported const CALL should have comment (or a comment on this block) or be unexported (golint)
    • Line 373: warning: receiver name o should be consistent with previous receiver name op for OpCode (golint)
    • Line 522: warning: exported function StringToOp should have comment or be unexported (golint)
    • go-sberex/swarm/testutil/http.go
    • Line 25: warning: exported function NewTestSwarmServer should have comment or be unexported (golint)
    • Line 56: warning: exported type TestSwarmServer should have comment or be unexported (golint)
    • Line 63: warning: exported method TestSwarmServer.Close should have comment or be unexported (golint)
    • go-sberex/cmd/utils/flags.go
    • Line 58: warning: exported var CommandHelpTemplate should have comment or be unexported (golint)
    • Line 110: warning: comment on exported var DataDirFlag should be of the form "DataDirFlag ..." (golint)
    • Line 116: warning: exported var KeyStoreDirFlag should have comment or be unexported (golint)
    • Line 187: warning: comment on exported var DashboardEnabledFlag should be of the form "DashboardEnabledFlag ..." (golint)
    • Line 212: warning: comment on exported var EthashCacheDirFlag should be of the form "EthashCacheDirFlag ..." (golint)
    • Line 242: warning: comment on exported var TxPoolNoLocalsFlag should be of the form "TxPoolNoLocalsFlag ..." (golint)
    • Line 292: warning: comment on exported var CacheFlag should be of the form "CacheFlag ..." (golint)
    • Line 313: warning: comment on exported var MiningEnabledFlag should be of the form "MiningEnabledFlag ..." (golint)
    • Line 342: warning: comment on exported var UnlockedAccountFlag should be of the form "UnlockedAccountFlag ..." (golint)
    • Line 358: warning: comment on exported var EthStatsURLFlag should be of the form "EthStatsURLFlag ..." (golint)
    • Line 375: warning: comment on exported var RPCEnabledFlag should be of the form "RPCEnabledFlag ..." (golint)
    • Line 446: warning: comment on exported var MaxPeersFlag should be of the form "MaxPeersFlag ..." (golint)
    • Line 503: warning: comment on exported var JSpathFlag should be of the form "JSpathFlag ..." (golint)
    • Line 510: warning: comment on exported var GpoBlocksFlag should be of the form "GpoBlocksFlag ..." (golint)
    • Line 803: warning: exported function SetP2PConfig should have comment or be unexported (golint)
    • Line 1198: warning: exported function MakeGenesis should have comment or be unexported (golint)
    • go-sberex/contracts/ens/ens.go
    • Line 29: warning: exported var MainNetAddress should have comment or be unexported (golint)
    • Line 33: warning: comment on exported type ENS should be of the form "ENS ..." (with optional leading article) (golint)
    • Line 87: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 98: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 115: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 133: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 151: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 162: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/core/vm/contract.go
    • Line 137: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 144: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/params/config.go
    • Line 22: warning: exported var MainnetGenesisHash should have comment or be unexported (golint)
    • Line 89: warning: exported var TestChainConfig should have comment or be unexported (golint)
    • Line 170: warning: comment on exported method ChainConfig.IsDAOFork should be of the form "IsDAOFork ..." (golint)
    • Line 175: warning: exported method ChainConfig.IsEIP150 should have comment or be unexported (golint)
    • Line 179: warning: exported method ChainConfig.IsEIP155 should have comment or be unexported (golint)
    • Line 183: warning: exported method ChainConfig.IsEIP158 should have comment or be unexported (golint)
    • Line 187: warning: exported method ChainConfig.IsByzantium should have comment or be unexported (golint)
    • Line 191: warning: exported method ChainConfig.IsConstantinople should have comment or be unexported (golint)
    • Line 327: warning: exported method ChainConfig.Rules should have comment or be unexported (golint)
    • go-sberex/swarm/storage/chunker_test.go
    • Line 43: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 87: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 133: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/swarm/storage/swarmhasher.go
    • Line 19: warning: exported const BMTHash should have comment (or a comment on this block) or be unexported (golint)
    • Line 23: warning: exported type SwarmHash should have comment or be unexported (golint)
    • Line 28: warning: exported type HashWithLength should have comment or be unexported (golint)
    • Line 32: warning: exported method HashWithLength.ResetWithLength should have comment or be unexported (golint)
    • Line 32: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/ethdb/database.go
    • Line 29: warning: exported var OpenFileLimit should have comment or be unexported (golint)
    • Line 31: warning: exported type LDBDatabase should have comment or be unexported (golint)
    • Line 105: warning: exported method LDBDatabase.Has should have comment or be unexported (golint)
    • Line 141: warning: exported method LDBDatabase.NewIterator should have comment or be unexported (golint)
    • Line 145: warning: exported method LDBDatabase.Close should have comment or be unexported (golint)
    • Line 165: warning: exported method LDBDatabase.LDB should have comment or be unexported (golint)
    • Line 271: warning: exported method LDBDatabase.NewBatch should have comment or be unexported (golint)
    • go-sberex/swarm/api/filesystem.go
    • Line 31: warning: exported type FileSystem should have comment or be unexported (golint)
    • Line 35: warning: exported function NewFileSystem should have comment or be unexported (golint)
    • Line 44: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 171: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/accounts/abi/numbers.go
    • Line 23: warning: don't use underscores in Go names; var big_t should be bigT (golint)
    • Line 24: warning: don't use underscores in Go names; var derefbig_t should be derefbigT (golint)
    • Line 25: warning: don't use underscores in Go names; var uint8_t should be uint8T (golint)
    • Line 26: warning: don't use underscores in Go names; var uint16_t should be uint16T (golint)
    • Line 27: warning: don't use underscores in Go names; var uint32_t should be uint32T (golint)
    • Line 28: warning: don't use underscores in Go names; var uint64_t should be uint64T (golint)
    • Line 29: warning: don't use underscores in Go names; var int_t should be intT (golint)
    • Line 30: warning: don't use underscores in Go names; var int8_t should be int8T (golint)
    • Line 31: warning: don't use underscores in Go names; var int16_t should be int16T (golint)
    • Line 32: warning: don't use underscores in Go names; var int32_t should be int32T (golint)
    • Line 33: warning: don't use underscores in Go names; var int64_t should be int64T (golint)
    • Line 34: warning: don't use underscores in Go names; var address_t should be addressT (golint)
    • Line 35: warning: don't use underscores in Go names; var int_ts should be intTs (golint)
    • Line 36: warning: don't use underscores in Go names; var int8_ts should be int8Ts (golint)
    • Line 37: warning: don't use underscores in Go names; var int16_ts should be int16Ts (golint)
    • Line 38: warning: don't use underscores in Go names; var int32_ts should be int32Ts (golint)
    • Line 39: warning: don't use underscores in Go names; var int64_ts should be int64Ts (golint)
    • go-sberex/cmd/swarm/config.go
    • Line 36: warning: comment on exported var DumpConfigCommand should be of the form "DumpConfigCommand ..." (golint)
    • Line 47: warning: comment on exported var SwarmTomlConfigPathFlag should be of the form "SwarmTomlConfigPathFlag ..." (golint)
    • go-sberex/les/handler.go
    • Line 48: warning: exported const MaxHeaderFetch should have comment (or a comment on this block) or be unexported (golint)
    • Line 68: warning: exported type BlockChain should have comment or be unexported (golint)
    • Line 89: warning: exported type ProtocolManager should have comment or be unexported (golint)
    • Line 215: warning: exported method ProtocolManager.Start should have comment or be unexported (golint)
    • Line 228: warning: exported method ProtocolManager.Stop should have comment or be unexported (golint)
    • Line 1159: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/common/number/int.go
    • Line 32: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 38: warning: comment on exported type Initialiser should be of the form "Initialiser ..." (with optional leading article) (golint)
    • Line 49: warning: comment on exported function NewInitialiser should be of the form "NewInitialiser ..." (golint)
    • Line 56: warning: comment on exported function Uint256 should be of the form "Uint256 ..." (golint)
    • Line 61: warning: comment on exported function Int256 should be of the form "Int256 ..." (golint)
    • Line 66: warning: comment on exported function Big should be of the form "Big ..." (golint)
    • Line 71: warning: comment on exported method Number.Add should be of the form "Add ..." (golint)
    • Line 77: warning: comment on exported method Number.Sub should be of the form "Sub ..." (golint)
    • Line 83: warning: comment on exported method Number.Mul should be of the form "Mul ..." (golint)
    • Line 89: warning: comment on exported method Number.Div should be of the form "Div ..." (golint)
    • Line 95: warning: comment on exported method Number.Mod should be of the form "Mod ..." (golint)
    • Line 101: warning: comment on exported method Number.Lsh should be of the form "Lsh ..." (golint)
    • Line 107: warning: comment on exported method Number.Pow should be of the form "Pow ..." (golint)
    • Line 121: warning: comment on exported method Number.SetBytes should be of the form "SetBytes ..." (golint)
    • Line 143: warning: comment on exported method Number.Bytes should be of the form "Bytes ..." (golint)
    • Line 158: warning: comment on exported method Number.Int256 should be of the form "Int256 ..." (golint)
    • Line 163: warning: comment on exported method Number.Uint256 should be of the form "Uint256 ..." (golint)
    • Line 168: warning: comment on exported method Number.FirstBitSet should be of the form "FirstBitSet ..." (golint)
    • Line 182: warning: exported var Zero should have comment or be unexported (golint)
    • Line 189: warning: comment on exported var Uint should be of the form "Uint ..." (golint)
    • go-sberex/metrics/meter.go
    • Line 8: warning: comment on exported type Meter should be of the form "Meter ..." (with optional leading article) (golint)
    • Line 49: warning: comment on exported function NewRegisteredMeter should be of the form "NewRegisteredMeter ..." (golint)
    • Line 113: warning: comment on exported method NilMeter.Rate15 should be of the form "Rate15 ..." (golint)
    • go-sberex/cmd/utils/cmd.go
    • Line 57: warning: exported function StartNode should have comment or be unexported (golint)
    • Line 79: warning: exported function ImportChain should have comment or be unexported (golint)
    • Line 178: warning: exported function ExportChain should have comment or be unexported (golint)
    • Line 200: warning: exported function ExportAppendChain should have comment or be unexported (golint)
    • go-sberex/p2p/testing/peerpool.go
    • Line 22: warning: exported type TestPeer should have comment or be unexported (golint)
    • Line 33: warning: exported function NewTestPeerPool should have comment or be unexported (golint)
    • Line 37: warning: exported method TestPeerPool.Add should have comment or be unexported (golint)
    • Line 37: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 45: warning: exported method TestPeerPool.Remove should have comment or be unexported (golint)
    • Line 45: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 51: warning: exported method TestPeerPool.Has should have comment or be unexported (golint)
    • Line 51: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 58: warning: exported method TestPeerPool.Get should have comment or be unexported (golint)
    • Line 58: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/light/postprocess.go
    • Line 40: warning: exported const HelperTrieConfirmations should have comment (or a comment on this block) or be unexported (golint)
    • Line 78: warning: exported var ErrNoTrustedCht should have comment or be unexported (golint)
    • Line 123: warning: comment on exported function NewChtIndexer should be of the form "NewChtIndexer ..." (golint)
    • Line 185: warning: exported const BloomTrieFrequency should have comment (or a comment on this block) or be unexported (golint)
    • Line 192: warning: exported var BloomTrieTablePrefix should have comment or be unexported (golint)
    • go-sberex/les/backend.go
    • Line 43: warning: exported type LightSberex should have comment or be unexported (golint)
    • Line 77: warning: exported function New should have comment or be unexported (golint)
    • Line 149: warning: exported type LightDummyAPI should have comment or be unexported (golint)
    • Line 199: warning: exported method LightSberex.ResetWithGenesisBlock should have comment or be unexported (golint)
    • Line 203: warning: exported method LightSberex.BlockChain should have comment or be unexported (golint)
    • Line 204: warning: exported method LightSberex.TxPool should have comment or be unexported (golint)
    • Line 205: warning: exported method LightSberex.Engine should have comment or be unexported (golint)
    • Line 206: warning: exported method LightSberex.LesVersion should have comment or be unexported (golint)
    • Line 207: warning: exported method LightSberex.Downloader should have comment or be unexported (golint)
    • Line 208: warning: exported method LightSberex.EventMux should have comment or be unexported (golint)
    • go-sberex/core/types/transaction.go
    • Line 31: warning: exported var ErrInvalidSig should have comment or be unexported (golint)
    • Line 39: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 44: warning: exported type Transaction should have comment or be unexported (golint)
    • Line 80: warning: exported function NewTransaction should have comment or be unexported (golint)
    • Line 84: warning: exported function NewContractCreation should have comment or be unexported (golint)
    • Line 176: warning: exported method Transaction.Data should have comment or be unexported (golint)
    • Line 177: warning: exported method Transaction.Gas should have comment or be unexported (golint)
    • Line 178: warning: exported method Transaction.GasPrice should have comment or be unexported (golint)
    • Line 179: warning: exported method Transaction.Value should have comment or be unexported (golint)
    • Line 180: warning: exported method Transaction.Nonce should have comment or be unexported (golint)
    • Line 181: warning: exported method Transaction.CheckNonce should have comment or be unexported (golint)
    • Line 256: warning: exported method Transaction.RawSignatureValues should have comment or be unexported (golint)
    • Line 362: warning: exported method TxByPrice.Push should have comment or be unexported (golint)
    • Line 366: warning: exported method TxByPrice.Pop should have comment or be unexported (golint)
    • Line 447: warning: exported function NewMessage should have comment or be unexported (golint)
    • Line 460: warning: exported method Message.From should have comment or be unexported (golint)
    • Line 461: warning: exported method Message.To should have comment or be unexported (golint)
    • Line 462: warning: exported method Message.GasPrice should have comment or be unexported (golint)
    • Line 463: warning: exported method Message.Value should have comment or be unexported (golint)
    • Line 464: warning: exported method Message.Gas should have comment or be unexported (golint)
    • Line 465: warning: exported method Message.Nonce should have comment or be unexported (golint)
    • Line 466: warning: exported method Message.Data should have comment or be unexported (golint)
    • Line 467: warning: exported method Message.CheckNonce should have comment or be unexported (golint)
    • go-sberex/event/event.go
    • Line 169: warning: exported method TypeMuxSubscription.Chan should have comment or be unexported (golint)
    • Line 173: warning: exported method TypeMuxSubscription.Unsubscribe should have comment or be unexported (golint)
    • go-sberex/swarm/storage/localstore.go
    • Line 32: warning: comment on exported function NewLocalStore should be of the form "NewLocalStore ..." (golint)
    • Line 44: warning: exported method LocalStore.CacheCounter should have comment or be unexported (golint)
    • Line 44: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 48: warning: exported method LocalStore.DbCounter should have comment or be unexported (golint)
    • Line 48: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 52: warning: comment on exported method LocalStore.Put should be of the form "Put ..." (golint)
    • Line 54: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 69: warning: comment on exported method LocalStore.Get should be of the form "Get ..." (golint)
    • Line 73: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 88: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/core/blockchain.go
    • Line 46: warning: exported var ErrNoGenesis should have comment or be unexported (golint)
    • Line 689: warning: exported const NonStatTy should have comment (or a comment on this block) or be unexported (golint)
    • go-sberex/light/odr_util.go
    • Line 25: warning: don't use underscores in Go names; var sha3_nil should be sha3Nil (golint)
    • Line 27: warning: exported function GetHeaderByNumber should have comment or be unexported (golint)
    • Line 66: warning: exported function GetCanonicalHash should have comment or be unexported (golint)
    • Line 86: 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 218: 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)
    • go-sberex/les/api_backend.go
    • Line 35: warning: exported type LesApiBackend should have comment or be unexported (golint)
    • Line 40: warning: exported method LesApiBackend.ChainConfig should have comment or be unexported (golint)
    • Line 44: warning: exported method LesApiBackend.CurrentBlock should have comment or be unexported (golint)
    • Line 48: warning: exported method LesApiBackend.SetHead should have comment or be unexported (golint)
    • Line 53: warning: exported method LesApiBackend.HeaderByNumber should have comment or be unexported (golint)
    • Line 61: warning: exported method LesApiBackend.BlockByNumber should have comment or be unexported (golint)
    • Line 69: warning: exported method LesApiBackend.StateAndHeaderByNumber should have comment or be unexported (golint)
    • Line 77: warning: exported method LesApiBackend.GetBlock should have comment or be unexported (golint)
    • Line 81: warning: exported method LesApiBackend.GetReceipts should have comment or be unexported (golint)
    • Line 85: warning: exported method LesApiBackend.GetLogs should have comment or be unexported (golint)
    • Line 89: warning: exported method LesApiBackend.GetTd should have comment or be unexported (golint)
    • Line 93: warning: exported method LesApiBackend.GetEVM should have comment or be unexported (golint)
    • Line 99: warning: exported method LesApiBackend.SendTx should have comment or be unexported (golint)
    • Line 103: warning: exported method LesApiBackend.RemoveTx should have comment or be unexported (golint)
    • Line 107: warning: exported method LesApiBackend.GetPoolTransactions should have comment or be unexported (golint)
    • Line 111: warning: exported method LesApiBackend.GetPoolTransaction should have comment or be unexported (golint)
    • Line 115: warning: exported method LesApiBackend.GetPoolNonce should have comment or be unexported (golint)
    • Line 119: warning: exported method LesApiBackend.Stats should have comment or be unexported (golint)
    • Line 123: warning: exported method LesApiBackend.TxPoolContent should have comment or be unexported (golint)
    • Line 127: warning: exported method LesApiBackend.SubscribeTxPreEvent should have comment or be unexported (golint)
    • Line 131: warning: exported method LesApiBackend.SubscribeChainEvent should have comment or be unexported (golint)
    • Line 135: warning: exported method LesApiBackend.SubscribeChainHeadEvent should have comment or be unexported (golint)
    • Line 139: warning: exported method LesApiBackend.SubscribeChainSideEvent should have comment or be unexported (golint)
    • Line 143: warning: exported method LesApiBackend.SubscribeLogsEvent should have comment or be unexported (golint)
    • Line 147: warning: exported method LesApiBackend.SubscribeRemovedLogsEvent should have comment or be unexported (golint)
    • Line 151: warning: exported method LesApiBackend.Downloader should have comment or be unexported (golint)
    • Line 155: warning: exported method LesApiBackend.ProtocolVersion should have comment or be unexported (golint)
    • Line 159: warning: exported method LesApiBackend.SuggestPrice should have comment or be unexported (golint)
    • Line 163: warning: exported method LesApiBackend.ChainDb should have comment or be unexported (golint)
    • Line 167: warning: exported method LesApiBackend.EventMux should have comment or be unexported (golint)
    • Line 171: warning: exported method LesApiBackend.AccountManager should have comment or be unexported (golint)
    • Line 175: warning: exported method LesApiBackend.BloomStatus should have comment or be unexported (golint)
    • Line 183: warning: exported method LesApiBackend.ServiceFilter should have comment or be unexported (golint)
    • go-sberex/swarm/network/kademlia/kaddb.go
    • Line 25: warning: exported type NodeData should have comment or be unexported (golint)
    • Line 30: warning: comment on exported type NodeRecord should be of the form "NodeRecord ..." (with optional leading article) (golint)
    • Line 41: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 47: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 51: warning: comment on exported type KadDb should be of the form "KadDb ..." (with optional leading article) (golint)
    • Line 75: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 100: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 166: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 249: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 269: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 300: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 341: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/cmd/utils/customflags.go
    • Line 29: warning: comment on exported type DirectoryString should be of the form "DirectoryString ..." (with optional leading article) (golint)
    • Line 36: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 40: warning: exported method DirectoryString.Set should have comment or be unexported (golint)
    • Line 40: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 45: warning: comment on exported type DirectoryFlag should be of the form "DirectoryFlag ..." (with optional leading article) (golint)
    • Line 53: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 69: warning: comment on exported method DirectoryFlag.Apply should be of the form "Apply ..." (golint)
    • Line 71: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 77: warning: exported type TextMarshaler should have comment or be unexported (golint)
    • Line 106: warning: exported method TextMarshalerFlag.GetName should have comment or be unexported (golint)
    • Line 114: warning: exported method TextMarshalerFlag.Apply should have comment or be unexported (golint)
    • Line 156: warning: exported method BigFlag.GetName should have comment or be unexported (golint)
    • Line 168: warning: exported method BigFlag.Apply should have comment or be unexported (golint)
    • Line 205: warning: exported method DirectoryFlag.GetName should have comment or be unexported (golint)
    • Line 205: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 209: warning: exported method DirectoryFlag.Set should have comment or be unexported (golint)
    • Line 209: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/crypto/ecies/ecies.go
    • Line 45: warning: exported var ErrImport should have comment or be unexported (golint)
    • Line 61: warning: comment on exported method PublicKey.ExportECDSA should be of the form "ExportECDSA ..." (golint)
    • Line 66: warning: comment on exported function ImportECDSAPublic should be of the form "ImportECDSAPublic ..." (golint)
    • Line 82: warning: comment on exported method PrivateKey.ExportECDSA should be of the form "ExportECDSA ..." (golint)
    • Line 89: warning: comment on exported function ImportECDSA should be of the form "ImportECDSA ..." (golint)
    • Line 95: warning: comment on exported function GenerateKey should be of the form "GenerateKey ..." (golint)
    • Line 120: warning: comment on exported method PrivateKey.GenerateShared should be of the form "GenerateShared ..." (golint)
    • Line 141: warning: exported var ErrKeyDataTooLong should have comment or be unexported (golint)
    • go-sberex/les/flowcontrol/manager.go
    • Line 65: warning: exported type ClientManager should have comment or be unexported (golint)
    • Line 75: warning: exported function NewClientManager should have comment or be unexported (golint)
    • Line 87: warning: exported method ClientManager.Stop should have comment or be unexported (golint)
    • Line 87: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 96: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 112: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 123: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 141: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 162: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 166: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 182: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 204: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 213: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/les/peer.go
    • Line 567: 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)
    • go-sberex/whisper/whisperv5/envelope.go
    • Line 80: warning: exported method Envelope.IsSymmetric should have comment or be unexported (golint)
    • Line 88: warning: exported method Envelope.Ver should have comment or be unexported (golint)
    • Line 133: warning: exported method Envelope.PoW should have comment or be unexported (golint)
    • go-sberex/common/math/integer.go
    • Line 20: warning: comment on exported const MaxInt8 should be of the form "MaxInt8 ..." (golint)
    • Line 22: warning: exported const MinInt8 should have comment (or a comment on this block) or be unexported (golint)
    • go-sberex/p2p/enr/entries.go
    • Line 58: warning: exported method DiscPort.ENRKey should have comment or be unexported (golint)
    • Line 63: warning: exported method ID.ENRKey should have comment or be unexported (golint)
    • Line 68: warning: exported method IP4.ENRKey should have comment or be unexported (golint)
    • Line 93: warning: exported method IP6.ENRKey should have comment or be unexported (golint)
    • Line 115: warning: exported method Secp256k1.ENRKey should have comment or be unexported (golint)
    • go-sberex/swarm/network/protocol.go
    • Line 58: warning: exported const Version should have comment (or a comment on this block) or be unexported (golint)
    • Line 87: warning: comment on exported type StorageHandler should be of the form "StorageHandler ..." (with optional leading article) (golint)
    • Line 97: warning: comment on exported function Bzz should be of the form "Bzz ..." (golint)
    • Line 191: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 196: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 323: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 395: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 434: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 439: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 450: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 465: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 470: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 474: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 487: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 495: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 504: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 510: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 515: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 519: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/log/logger.go
    • Line 16: warning: exported type Lvl should have comment or be unexported (golint)
    • Line 19: warning: exported const LvlCrit should have comment (or a comment on this block) or be unexported (golint)
    • Line 27: warning: comment on exported method Lvl.AlignedString should be of the form "AlignedString ..." (golint)
    • Line 67: warning: comment on exported function LvlFromString should be of the form "LvlFromString ..." (golint)
    • Line 98: warning: exported type RecordKeyNames should have comment or be unexported (golint)
    • go-sberex/core/state/dump.go
    • Line 23: warning: exported type DumpAccount should have comment or be unexported (golint)
    • Line 32: warning: exported type Dump should have comment or be unexported (golint)
    • Line 37: warning: exported method StateDB.RawDump should have comment or be unexported (golint)
    • Line 37: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 69: warning: exported method StateDB.Dump should have comment or be unexported (golint)
    • Line 69: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/light/trie.go
    • Line 27: warning: exported function NewState should have comment or be unexported (golint)
    • Line 32: warning: exported function NewStateDatabase should have comment or be unexported (golint)
    • go-sberex/les/protocol.go
    • Line 44: warning: comment on exported var ProtocolLengths should be of the form "ProtocolLengths ..." (golint)
    • Line 48: warning: exported const NetworkId should have comment (or a comment on this block) or be unexported (golint)
    • Line 83: warning: exported const ErrMsgTooLarge should have comment (or a comment on this block) or be unexported (golint)
    • Line 158: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-sberex/core/vm/evm.go
    • Line 29: warning: exported type CanTransferFunc should have comment or be unexported (golint)
    • Line 30: warning: exported type TransferFunc should have comment or be unexported (golint)
    • go-sberex/eth/api_backend.go
    • Line 40: warning: exported method EthApiBackend.ChainConfig should have comment or be unexported (golint)
    • Line 44: warning: exported method EthApiBackend.CurrentBlock should have comment or be unexported (golint)
    • Line 48: warning: exported method EthApiBackend.SetHead should have comment or be unexported (golint)
    • Line 53: warning: exported method EthApiBackend.HeaderByNumber should have comment or be unexported (golint)
    • Line 66: warning: exported method EthApiBackend.BlockByNumber should have comment or be unexported (golint)
    • Line 79: warning: exported method EthApiBackend.StateAndHeaderByNumber should have comment or be unexported (golint)
    • Line 94: warning: exported method EthApiBackend.GetBlock should have comment or be unexported (golint)
    • Line 98: warning: exported method EthApiBackend.GetReceipts should have comment or be unexported (golint)
    • Line 102: warning: exported method EthApiBackend.GetLogs should have comment or be unexported (golint)
    • Line 114: warning: exported method EthApiBackend.GetTd should have comment or be unexported (golint)
    • Line 118: warning: exported method EthApiBackend.GetEVM should have comment or be unexported (golint)
    • Line 126: warning: exported method EthApiBackend.SubscribeRemovedLogsEvent should have comment or be unexported (golint)
    • Line 130: warning: exported method EthApiBackend.SubscribeChainEvent should have comment or be unexported (golint)
    • Line 134: warning: exported method EthApiBackend.SubscribeChainHeadEvent should have comment or be unexported (golint)
    • Line 138: warning: exported method EthApiBackend.SubscribeChainSideEvent should have comment or be unexported (golint)
    • Line 142: warning: exported method EthApiBackend.SubscribeLogsEvent should have comment or be unexported (golint)
    • Line 146: warning: exported method EthApiBackend.SendTx should have comment or be unexported (golint)
    • Line 150: warning: exported method EthApiBackend.GetPoolTransactions should have comment or be unexported (golint)
    • Line 162: warning: exported method EthApiBackend.GetPoolTransaction should have comment or be unexported (golint)
    • Line 166: warning: exported method EthApiBackend.GetPoolNonce should have comment or be unexported (golint)
    • Line 170: warning: exported method EthApiBackend.Stats should have comment or be unexported (golint)
    • Line 174: warning: exported method EthApiBackend.TxPoolContent should have comment or be unexported (golint)
    • Line 178: warning: exported method EthApiBackend.SubscribeTxPreEvent should have comment or be unexported (golint)
    • Line 182: warning: exported method EthApiBackend.Downloader should have comment or be unexported (golint)
    • Line 186: warning: exported method EthApiBackend.ProtocolVersion should have comment or be unexported (golint)
    • Line 190: warning: exported method EthApiBackend.SuggestPrice should have comment or be unexported (golint)
    • Line 194: warning: exported method EthApiBackend.ChainDb should have comment or be unexported (golint)
    • Line 198: warning: exported method EthApiBackend.EventMux should have comment or be unexported (golint)
    • Line 202: warning: exported method EthApiBackend.AccountManager should have comment or be unexported (golint)
    • Line 206: warning: exported method EthApiBackend.BloomStatus should have comment or be unexported (golint)
    • Line 211: warning: exported method EthApiBackend.ServiceFilter should have comment or be unexported (golint)
    • go-sberex/mobile/types.go
    • Line 101: warning: exported method Header.GetParentHash should have comment or be unexported (golint)
    • Line 102: warning: exported method Header.GetUncleHash should have comment or be unexported (golint)
    • Line 103: warning: exported method Header.GetCoinbase should have comment or be unexported (golint)
    • Line 104: warning: exported method Header.GetRoot should have comment or be unexported (golint)
    • Line 105: warning: exported method Header.GetTxHash should have comment or be unexported (golint)
    • Line 106: warning: exported method Header.GetReceiptHash should have comment or be unexported (golint)
    • Line 107: warning: exported method Header.GetBloom should have comment or be unexported (golint)
    • Line 108: warning: exported method Header.GetDifficulty should have comment or be unexported (golint)
    • Line 109: warning: exported method Header.GetNumber should have comment or be unexported (golint)
    • Line 110: warning: exported method Header.GetGasLimit should have comment or be unexported (golint)
    • Line 111: warning: exported method Header.GetGasUsed should have comment or be unexported (golint)
    • Line 112: warning: exported method Header.GetTime should have comment or be unexported (golint)
    • Line 113: warning: exported method Header.GetExtra should have comment or be unexported (golint)
    • Line 114: warning: exported method Header.GetMixDigest should have comment or be unexported (golint)
    • Line 115: warning: exported method Header.GetNonce should have comment or be unexported (golint)
    • Line 116: warning: exported method Header.GetHash should have comment or be unexported (golint)
    • Line 178: warning: exported method Block.GetParentHash should have comment or be unexported (golint)
    • Line 179: warning: exported method Block.GetUncleHash should have comment or be unexported (golint)
    • Line 180: warning: exported method Block.GetCoinbase should have comment or be unexported (golint)
    • Line 181: warning: exported method Block.GetRoot should have comment or be unexported (golint)
    • Line 182: warning: exported method Block.GetTxHash should have comment or be unexported (golint)
    • Line 183: warning: exported method Block.GetReceiptHash should have comment or be unexported (golint)
    • Line 184: warning: exported method Block.GetBloom should have comment or be unexported (golint)
    • Line 185: warning: exported method Block.GetDifficulty should have comment or be unexported (golint)
    • Line 186: warning: exported method Block.GetNumber should have comment or be unexported (golint)
    • Line 187: warning: exported method Block.GetGasLimit should have comment or be unexported (golint)
    • Line 188: warning: exported method Block.GetGasUsed should have comment or be unexported (golint)
    • Line 189: warning: exported method Block.GetTime should have comment or be unexported (golint)
    • Line 190: warning: exported method Block.GetExtra should have comment or be unexported (golint)
    • Line 191: warning: exported method Block.GetMixDigest should have comment or be unexported (golint)
    • Line 192: warning: exported method Block.GetNonce should have comment or be unexported (golint)
    • Line 194: warning: exported method Block.GetHash should have comment or be unexported (golint)
    • Line 195: warning: exported method Block.GetHashNoNonce should have comment or be unexported (golint)
    • Line 197: warning: exported method Block.GetHeader should have comment or be unexported (golint)
    • Line 198: warning: exported method Block.GetUncles should have comment or be unexported (golint)
    • Line 199: warning: exported method Block.GetTransactions should have comment or be unexported (golint)
    • Line 200: warning: exported method Block.GetTransaction should have comment or be unexported (golint)
    • Line 253: warning: exported method Transaction.GetData should have comment or be unexported (golint)
    • Line 254: warning: exported method Transaction.GetGas should have comment or be unexported (golint)
    • Line 255: warning: exported method Transaction.GetGasPrice should have comment or be unexported (golint)
    • Line 256: warning: exported method Transaction.GetValue should have comment or be unexported (golint)
    • Line 257: warning: exported method Transaction.GetNonce should have comment or be unexported (golint)
    • Line 259: warning: exported method Transaction.GetHash should have comment or be unexported (golint)
    • Line 260: warning: exported method Transaction.GetCost should have comment or be unexported (golint)
    • Line 262: warning: comment on exported method Transaction.GetSigHash should be of the form "GetSigHash ..." (golint)
    • Line 265: warning: comment on exported method Transaction.GetFrom should be of the form "GetFrom ..." (golint)
    • Line 275: warning: exported method Transaction.GetTo should have comment or be unexported (golint)
    • Line 282: warning: exported method Transaction.WithSignature should have comment or be unexported (golint)
    • Line 351: warning: exported method Receipt.GetPostState should have comment or be unexported (golint)
    • Line 352: warning: exported method Receipt.GetCumulativeGasUsed should have comment or be unexported (golint)
    • Line 353: warning: exported method Receipt.GetBloom should have comment or be unexported (golint)
    • Line 354: warning: exported method Receipt.GetLogs should have comment or be unexported (golint)
    • Line 355: warning: exported method Receipt.GetTxHash should have comment or be unexported (golint)
    • Line 356: warning: exported method Receipt.GetContractAddress should have comment or be unexported (golint)
    • Line 357: warning: exported method Receipt.GetGasUsed should have comment or be unexported (golint)
    • go-sberex/mobile/vm.go
    • Line 26: warning: exported method Log.GetAddress should have comment or be unexported (golint)
    • Line 27: warning: exported method Log.GetTopics should have comment or be unexported (golint)
    • Line 28: warning: exported method Log.GetData should have comment or be unexported (golint)
    • Line 29: warning: exported method Log.GetBlockNumber should have comment or be unexported (golint)
    • Line 30: warning: exported method Log.GetTxHash should have comment or be unexported (golint)
    • Line 31: warning: exported method Log.GetTxIndex should have comment or be unexported (golint)
    • Line 32: warning: exported method Log.GetBlockHash should have comment or be unexported (golint)
    • Line 33: warning: exported method Log.GetIndex should have comment or be unexported (golint)
    • go-sberex/p2p/enr/enr.go
    • Line 38: warning: exported const SizeLimit should have comment or be unexported (golint)
    • Line 40: warning: don't use underscores in Go names; const ID_SECP256k1_KECCAK should be IDSECP256k1KECCAK (golint)
    • Line 40: warning: exported const ID_SECP256k1_KECCAK should have comment or be unexported (golint)
    • go-sberex/swarm/network/syncdb.go
    • Line 106: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 231: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 245: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 270: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 341: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 349: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/miner/agent.go
    • Line 23: warning: exported type CpuAgent should have comment or be unexported (golint)
    • Line 37: warning: exported function NewCpuAgent should have comment or be unexported (golint)
    • Line 47: warning: exported method CpuAgent.Work should have comment or be unexported (golint)
    • Line 47: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 48: warning: exported method CpuAgent.SetReturnCh should have comment or be unexported (golint)
    • Line 48: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 50: warning: exported method CpuAgent.Stop should have comment or be unexported (golint)
    • Line 50: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 66: warning: exported method CpuAgent.Start should have comment or be unexported (golint)
    • Line 66: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 73: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 97: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 109: warning: exported method CpuAgent.GetHashRate should have comment or be unexported (golint)
    • Line 109: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/p2p/testing/protocolsession.go
    • Line 76: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 105: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 200: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 212: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 248: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/contracts/chequebook/api.go
    • Line 21: warning: exported const Version should have comment or be unexported (golint)
    • Line 25: warning: exported type Api should have comment or be unexported (golint)
    • Line 29: warning: exported function NewApi should have comment or be unexported (golint)
    • Line 33: warning: exported method Api.Balance should have comment or be unexported (golint)
    • Line 33: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 41: warning: exported method Api.Issue should have comment or be unexported (golint)
    • Line 41: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 49: warning: exported method Api.Cash should have comment or be unexported (golint)
    • Line 49: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 57: warning: exported method Api.Deposit should have comment or be unexported (golint)
    • Line 57: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/core/vm/memory.go
    • Line 22: warning: exported function NewMemory should have comment or be unexported (golint)
    • Line 49: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 65: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 87: warning: exported method Memory.Print should have comment or be unexported (golint)
    • go-sberex/p2p/simulations/network.go
    • Line 72: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 77: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 85: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 141: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 146: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 159: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 172: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 178: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 212: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 256: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 276: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 292: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 309: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 324: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 339: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 352: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 366: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 372: warning: comment on exported method Network.GetNodeByName should be of the form "GetNodeByName ..." (golint)
    • Line 374: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 380: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 388: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 398: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 408: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 416: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 422: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 447: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 456: warning: comment on exported method Network.InitConn should be of the form "InitConn ..." (golint)
    • Line 464: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 489: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 501: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 526: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 531: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 536: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 548: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 578: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 589: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 603: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 638: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 663: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 690: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 706: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 722: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 733: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 736: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-sberex/swarm/api/client/client.go
    • Line 35: warning: exported var DefaultGateway should have comment or be unexported (golint)
    • Line 39: warning: exported function NewClient should have comment or be unexported (golint)
    • Line 287: warning: exported type UploaderFunc should have comment or be unexported (golint)
    • Line 289: warning: exported method UploaderFunc.Upload should have comment or be unexported (golint)
    • go-sberex/common/mclock/mclock.go
    • Line 12: warning: package comment should be of the form "Package mclock ..." (golint)
    • Line 21: warning: exported type AbsTime should have comment or be unexported (golint)
    • Line 23: warning: exported function Now should have comment or be unexported (golint)
    • go-sberex/metrics/log.go
    • Line 7: warning: exported type Logger should have comment or be unexported (golint)
    • Line 11: warning: exported function Log should have comment or be unexported (golint)
    • Line 15: warning: comment on exported function LogScaled should be of the form "LogScaled ..." (golint)
    • go-sberex/swarm/network/depo.go
    • Line 34: warning: comment on exported type Depo should be of the form "Depo ..." (with optional leading article) (golint)
    • Line 42: warning: exported function NewDepo should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method Depo.HandleUnsyncedKeysMsg should be of the form "HandleUnsyncedKeysMsg ..." (golint)
    • Line 56: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 80: warning: comment on exported method Depo.HandleDeliveryRequestMsg should be of the form "HandleDeliveryRequestMsg ..." (golint)
    • Line 86: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 103: warning: comment on exported method Depo.HandleStoreRequestMsg should be of the form "HandleStoreRequestMsg ..." (golint)
    • Line 106: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 151: warning: comment on exported method Depo.HandleRetrieveRequestMsg should be of the form "HandleRetrieveRequestMsg ..." (golint)
    • Line 153: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 195: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 208: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 213: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 223: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/swarm/storage/netstore.go
    • Line 39: warning: comment on exported type CloudStore should be of the form "CloudStore ..." (with optional leading article) (golint)
    • Line 48: warning: exported type StoreParams should have comment or be unexported (golint)
    • Line 55: warning: comment on exported function NewDefaultStoreParams should be of the form "NewDefaultStoreParams ..." (golint)
    • Line 64: warning: comment on exported method StoreParams.Init should be of the form "Init ..." (golint)
    • Line 66: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 70: warning: comment on exported function NewNetStore should be of the form "NewNetStore ..." (golint)
    • Line 91: warning: comment on exported method NetStore.Put should be of the form "Put ..." (golint)
    • Line 95: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 114: warning: comment on exported method NetStore.Get should be of the form "Get ..." (golint)
    • Line 115: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 136: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/whisper/whisperv5/topic.go
    • Line 21: warning: comment on exported type TopicType should be of the form "TopicType ..." (with optional leading article) (golint)
    • Line 26: warning: exported function BytesToTopic should have comment or be unexported (golint)
    • go-sberex/p2p/peer_error.go
    • Line 46: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 52: warning: exported type DiscReason should have comment or be unexported (golint)
    • Line 55: warning: exported const DiscRequested should have comment (or a comment on this block) or be unexported (golint)
    • go-sberex/metrics/metrics.go
    • Line 1: warning: package comment should be of the form "Package metrics ..." (golint)
    • Line 26: warning: exported const DashboardEnabledFlag should have comment or be unexported (golint)
    • go-sberex/crypto/bn256/bn256.go
    • Line 57: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 63: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 72: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 82: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 91: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 100: warning: receiver name n should be consistent with previous receiver name g for G1 (golint)
    • Line 118: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 156: warning: comment on exported function RandomG2 should be of the form "RandomG2 ..." (golint)
    • Line 180: warning: receiver name e should be consistent with previous receiver name g for G2 (golint)
    • Line 186: warning: receiver name e should be consistent with previous receiver name g for G2 (golint)
    • Line 195: warning: receiver name e should be consistent with previous receiver name g for G2 (golint)
    • Line 205: warning: receiver name e should be consistent with previous receiver name g for G2 (golint)
    • Line 214: warning: receiver name n should be consistent with previous receiver name g for G2 (golint)
    • Line 236: warning: receiver name e should be consistent with previous receiver name g for G2 (golint)
    • Line 284: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 293: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 302: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 311: warning: receiver name n should be consistent with previous receiver name g for GT (golint)
    • Line 349: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • go-sberex/les/randselect.go
    • Line 116: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 160: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-sberex/whisper/whisperv5/doc.go
    • Line 12: warning: package comment should be of the form "Package whisperv5 ..." (golint)
    • Line 33: warning: exported const EnvelopeVersion should have comment (or a comment on this block) or be unexported (golint)
    • go-sberex/internal/build/env.go
    • Line 22: warning: comment on exported var GitCommitFlag should be of the form "GitCommitFlag ..." (golint)
    • Line 24: warning: exported var GitBranchFlag should have comment or be unexported (golint)
    • go-sberex/whisper/shhclient/client.go
    • Line 66: warning: comment on exported method Client.SetMinimumPoW should be of the form "SetMinimumPoW ..." (golint)
    • Line 75: warning: comment on exported method Client.MarkTrustedPeer should be of the form "MarkTrustedPeer ..." (golint)
    • Line 166: warning: receiver name ec should be consistent with previous receiver name sc for Client (golint)
    • Line 173: warning: receiver name ec should be consistent with previous receiver name sc for Client (golint)
    • Line 179: warning: receiver name ec should be consistent with previous receiver name sc for Client (golint)
    • Line 186: warning: receiver name ec should be consistent with previous receiver name sc for Client (golint)
    • go-sberex/light/lightchain.go
    • Line 113: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 128: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 133: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 139: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 168: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 215: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 232: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 255: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 271: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 277: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 300: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 315: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 340: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 381: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 387: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 393: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 399: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 405: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 417: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 423: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 429: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 437: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 439: warning: exported method LightChain.SyncCht should have comment or be unexported (golint)
    • Line 439: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 462: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 467: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 472: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 477: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 482: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 488: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 494: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/light/txpool_test.go
    • Line 34: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 38: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 45: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/whisper/whisperv5/filter.go
    • Line 24: warning: exported type Filter should have comment or be unexported (golint)
    • Line 37: warning: exported type Filters should have comment or be unexported (golint)
    • Line 43: warning: exported function NewFilters should have comment or be unexported (golint)
    • Line 50: warning: exported method Filters.Install should have comment or be unexported (golint)
    • Line 75: warning: exported method Filters.Uninstall should have comment or be unexported (golint)
    • Line 85: warning: exported method Filters.Get should have comment or be unexported (golint)
    • Line 91: warning: exported method Filters.NotifyWatchers should have comment or be unexported (golint)
    • Line 134: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 151: warning: exported method Filter.Trigger should have comment or be unexported (golint)
    • Line 160: warning: exported method Filter.Retrieve should have comment or be unexported (golint)
    • Line 173: warning: exported method Filter.MatchMessage should have comment or be unexported (golint)
    • Line 186: warning: exported method Filter.MatchEnvelope should have comment or be unexported (golint)
    • Line 199: warning: exported method Filter.MatchTopic should have comment or be unexported (golint)
    • Line 230: warning: exported function IsPubKeyEqual should have comment or be unexported (golint)
    • go-sberex/metrics/debug.go
    • Line 22: warning: comment on exported function CaptureDebugGCStats should be of the form "CaptureDebugGCStats ..." (golint)
    • Line 30: warning: comment on exported function CaptureDebugGCStatsOnce should be of the form "CaptureDebugGCStatsOnce ..." (golint)
    • Line 53: warning: comment on exported function RegisterDebugGCStats should be of the form "RegisterDebugGCStats ..." (golint)
    • go-sberex/p2p/discv5/topic.go
    • Line 32: warning: exported type Topic should have comment or be unexported (golint)
    • Line 269: warning: receiver name topictab should be consistent with previous receiver name t for topicTable (golint)
    • go-sberex/swarm/api/http/server.go
    • Line 12: warning: package comment should be of the form "Package http ..." (golint)
    • Line 76: warning: comment on exported function StartHttpServer should be of the form "StartHttpServer ..." (golint)
    • Line 93: warning: exported function NewServer should have comment or be unexported (golint)
    • Line 97: warning: exported type Server should have comment or be unexported (golint)
    • Line 693: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 754: warning: exported method Server.BadRequest should have comment or be unexported (golint)
    • Line 762: warning: exported method Server.NotFound should have comment or be unexported (golint)
    • go-sberex/swarm/api/uri.go
    • Line 90: warning: exported method URI.Raw should have comment or be unexported (golint)
    • Line 94: warning: exported method URI.Immutable should have comment or be unexported (golint)
    • Line 98: warning: exported method URI.List should have comment or be unexported (golint)
    • Line 102: warning: exported method URI.DeprecatedRaw should have comment or be unexported (golint)
    • Line 106: warning: exported method URI.DeprecatedImmutable should have comment or be unexported (golint)
    • Line 110: warning: exported method URI.Hash should have comment or be unexported (golint)
    • go-sberex/miner/remote_agent.go
    • Line 33: warning: exported type RemoteAgent should have comment or be unexported (golint)
    • Line 51: warning: exported function NewRemoteAgent should have comment or be unexported (golint)
    • Line 60: warning: exported method RemoteAgent.SubmitHashrate should have comment or be unexported (golint)
    • Line 67: warning: exported method RemoteAgent.Work should have comment or be unexported (golint)
    • Line 71: warning: exported method RemoteAgent.SetReturnCh should have comment or be unexported (golint)
    • Line 75: warning: exported method RemoteAgent.Start should have comment or be unexported (golint)
    • Line 84: warning: exported method RemoteAgent.Stop should have comment or be unexported (golint)
    • Line 104: warning: exported method RemoteAgent.GetWork should have comment or be unexported (golint)
    • go-sberex/p2p/discover/table_test.go
    • Line 215: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 580: warning: receiver name n should be consistent with previous receiver name tn for preminedTestnet (golint)
    • go-sberex/common/types.go
    • Line 26: warning: exported const HashLength should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported function BytesToHash should have comment or be unexported (golint)
    • Line 43: warning: exported function StringToHash should have comment or be unexported (golint)
    • Line 44: warning: exported function BigToHash should have comment or be unexported (golint)
    • Line 45: warning: exported function HexToHash should have comment or be unexported (golint)
    • Line 47: warning: comment on exported method Hash.Str should be of the form "Str ..." (golint)
    • Line 49: warning: exported method Hash.Bytes should have comment or be unexported (golint)
    • Line 50: warning: exported method Hash.Big should have comment or be unexported (golint)
    • Line 51: warning: exported method Hash.Hex should have comment or be unexported (golint)
    • Line 86: warning: comment on exported method Hash.SetBytes should be of the form "SetBytes ..." (golint)
    • Line 95: warning: comment on exported method Hash.SetString should be of the form "SetString ..." (golint)
    • Line 98: warning: comment on exported method Hash.Set should be of the form "Set ..." (golint)
    • Line 114: warning: exported function EmptyHash should have comment or be unexported (golint)
    • Line 136: warning: exported function BytesToAddress should have comment or be unexported (golint)
    • Line 141: warning: exported function StringToAddress should have comment or be unexported (golint)
    • Line 142: warning: exported function BigToAddress should have comment or be unexported (golint)
    • Line 143: warning: exported function HexToAddress should have comment or be unexported (golint)
    • Line 154: warning: comment on exported method Address.Str should be of the form "Str ..." (golint)
    • Line 156: warning: exported method Address.Bytes should have comment or be unexported (golint)
    • Line 157: warning: exported method Address.Big should have comment or be unexported (golint)
    • Line 158: warning: exported method Address.Hash should have comment or be unexported (golint)
    • Line 193: warning: comment on exported method Address.SetBytes should be of the form "SetBytes ..." (golint)
    • Line 201: warning: comment on exported method Address.SetString should be of the form "SetString ..." (golint)
    • Line 204: warning: comment on exported method Address.Set should be of the form "Set ..." (golint)
    • Line 226: warning: comment on exported type UnprefixedAddress should be of the form "UnprefixedAddress ..." (with optional leading article) (golint)
    • go-sberex/rlp/encode.go
    • Line 23: warning: comment on exported var EmptyString should be of the form "EmptyString ..." (golint)
    • Line 26: warning: exported var EmptyList should have comment or be unexported (golint)
    • Line 90: warning: comment on exported function EncodeToBytes should be of the form "EncodeToBytes ..." (golint)
    • Line 102: warning: comment on exported function EncodeToReader should be of the form "EncodeToReader ..." (golint)
    • Line 149: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 320: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 574: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-sberex/swarm/api/testapi.go
    • Line 18: warning: exported type Control should have comment or be unexported (golint)
    • Line 23: warning: exported function NewControl should have comment or be unexported (golint)
    • Line 27: warning: exported method Control.BlockNetworkRead should have comment or be unexported (golint)
    • Line 27: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 31: warning: exported method Control.SyncEnabled should have comment or be unexported (golint)
    • Line 31: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 35: warning: exported method Control.SwapEnabled should have comment or be unexported (golint)
    • Line 35: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 39: warning: exported method Control.Hive should have comment or be unexported (golint)
    • Line 39: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/mobile/sberex.go
    • Line 45: warning: exported method CallMsg.GetFrom should have comment or be unexported (golint)
    • Line 46: warning: exported method CallMsg.GetGas should have comment or be unexported (golint)
    • Line 47: warning: exported method CallMsg.GetGasPrice should have comment or be unexported (golint)
    • Line 48: warning: exported method CallMsg.GetValue should have comment or be unexported (golint)
    • Line 49: warning: exported method CallMsg.GetData should have comment or be unexported (golint)
    • Line 50: warning: exported method CallMsg.GetTo should have comment or be unexported (golint)
    • Line 57: warning: exported method CallMsg.SetFrom should have comment or be unexported (golint)
    • Line 58: warning: exported method CallMsg.SetGas should have comment or be unexported (golint)
    • Line 59: warning: exported method CallMsg.SetGasPrice should have comment or be unexported (golint)
    • Line 60: warning: exported method CallMsg.SetValue should have comment or be unexported (golint)
    • Line 61: warning: exported method CallMsg.SetData should have comment or be unexported (golint)
    • Line 62: warning: exported method CallMsg.SetTo should have comment or be unexported (golint)
    • Line 75: warning: exported method SyncProgress.GetStartingBlock should have comment or be unexported (golint)
    • Line 76: warning: exported method SyncProgress.GetCurrentBlock should have comment or be unexported (golint)
    • Line 77: warning: exported method SyncProgress.GetHighestBlock should have comment or be unexported (golint)
    • Line 78: warning: exported method SyncProgress.GetPulledStates should have comment or be unexported (golint)
    • Line 79: warning: exported method SyncProgress.GetKnownStates should have comment or be unexported (golint)
    • Line 133: warning: exported method FilterQuery.GetFromBlock should have comment or be unexported (golint)
    • Line 134: warning: exported method FilterQuery.GetToBlock should have comment or be unexported (golint)
    • Line 135: warning: exported method FilterQuery.GetAddresses should have comment or be unexported (golint)
    • Line 136: warning: exported method FilterQuery.GetTopics should have comment or be unexported (golint)
    • Line 138: warning: exported method FilterQuery.SetFromBlock should have comment or be unexported (golint)
    • Line 139: warning: exported method FilterQuery.SetToBlock should have comment or be unexported (golint)
    • Line 140: warning: exported method FilterQuery.SetAddresses should have comment or be unexported (golint)
    • Line 141: warning: exported method FilterQuery.SetTopics should have comment or be unexported (golint)
    • go-sberex/core/asm/lexer.go
    • Line 51: warning: exported const Numbers should have comment (or a comment on this block) or be unexported (golint)
    • Line 91: warning: comment on exported function Lex should be of the form "Lex ..." (golint)
    • go-sberex/eth/filters/filter_system.go
    • Line 49: warning: comment on exported const LastIndexSubscription should be of the form "LastIndexSubscription ..." (golint)
    • Line 67: warning: exported var ErrInvalidSubscriptionID should have comment or be unexported (golint)
    • go-sberex/metrics/gauge_float64.go
    • Line 5: warning: comment on exported type GaugeFloat64 should be of the form "GaugeFloat64 ..." (with optional leading article) (golint)
    • Line 41: warning: comment on exported function NewFunctionalGaugeFloat64 should be of the form "NewFunctionalGaugeFloat64 ..." (golint)
    • Line 49: warning: comment on exported function NewRegisteredFunctionalGaugeFloat64 should be of the form "NewRegisteredFunctionalGaugeFloat64 ..." (golint)
    • Line 73: warning: comment on exported type NilGaugeFloat64 should be of the form "NilGaugeFloat64 ..." (with optional leading article) (golint)
    • go-sberex/cmd/evm/json_logger.go
    • Line 25: warning: exported type JSONLogger should have comment or be unexported (golint)
    • Line 30: warning: exported function NewJSONLogger should have comment or be unexported (golint)
    • Line 34: warning: exported method JSONLogger.CaptureStart should have comment or be unexported (golint)
    • go-sberex/p2p/message.go
    • Line 64: warning: exported type MsgReader should have comment or be unexported (golint)
    • Line 68: warning: exported type MsgWriter should have comment or be unexported (golint)
    • Line 227: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 269: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 286: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 303: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/metrics/runtime.go
    • Line 55: warning: comment on exported function CaptureRuntimeMemStats should be of the form "CaptureRuntimeMemStats ..." (golint)
    • Line 63: warning: comment on exported function CaptureRuntimeMemStatsOnce should be of the form "CaptureRuntimeMemStatsOnce ..." (golint)
    • Line 145: warning: comment on exported function RegisterRuntimeMemStats should be of the form "RegisterRuntimeMemStats ..." (golint)
    • go-sberex/core/state/managed_state.go
    • Line 26: warning: exported type ManagedState should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function ManageState should be of the form "ManageState ..." (golint)
    • Line 90: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-sberex/internal/build/archive.go
    • Line 25: warning: exported type Archive should have comment or be unexported (golint)
    • Line 39: warning: exported function NewArchive should have comment or be unexported (golint)
    • Line 102: warning: exported type ZipArchive should have comment or be unexported (golint)
    • Line 108: warning: exported function NewZipArchive should have comment or be unexported (golint)
    • Line 112: warning: exported method ZipArchive.Directory should have comment or be unexported (golint)
    • Line 117: warning: exported method ZipArchive.Header should have comment or be unexported (golint)
    • Line 131: warning: exported method ZipArchive.Close should have comment or be unexported (golint)
    • Line 138: warning: exported type TarballArchive should have comment or be unexported (golint)
    • Line 145: warning: exported function NewTarballArchive should have comment or be unexported (golint)
    • Line 151: warning: exported method TarballArchive.Directory should have comment or be unexported (golint)
    • Line 160: warning: exported method TarballArchive.Header should have comment or be unexported (golint)
    • Line 172: warning: exported method TarballArchive.Close should have comment or be unexported (golint)
    • go-sberex/internal/jsre/jsre.go
    • Line 30: warning: don't use underscores in Go names; var BigNumber_JS should be BigNumberJS (golint)
    • Line 30: warning: exported var BigNumber_JS should have comment or be unexported (golint)
    • Line 31: warning: don't use underscores in Go names; var Web3_JS should be Web3JS (golint)
    • Line 64: warning: comment on exported function New should be of the form "New ..." (golint)
    • Line 100: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 221: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 228: warning: comment on exported method JSRE.Stop should be of the form "Stop ..." (golint)
    • Line 229: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 237: warning: comment on exported method JSRE.Exec should be of the form "Exec ..." (golint)
    • Line 239: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 257: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 262: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 268: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 274: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 280: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 303: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 319: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/params/version.go
    • Line 19: warning: exported const VersionMajor should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported function VersionWithCommit should have comment or be unexported (golint)
    • go-sberex/internal/web3ext/web3ext.go
    • Line 12: warning: package comment should be of the form "Package web3ext ..." (golint)
    • Line 15: warning: exported var Modules should have comment or be unexported (golint)
    • Line 30: warning: don't use underscores in Go names; const Chequebook_JS should be ChequebookJS (golint)
    • Line 30: warning: exported const Chequebook_JS should have comment or be unexported (golint)
    • Line 61: warning: don't use underscores in Go names; const Clique_JS should be CliqueJS (golint)
    • Line 61: warning: exported const Clique_JS should have comment or be unexported (golint)
    • Line 107: warning: don't use underscores in Go names; const Admin_JS should be AdminJS (golint)
    • Line 107: warning: exported const Admin_JS should have comment or be unexported (golint)
    • Line 175: warning: don't use underscores in Go names; const Debug_JS should be DebugJS (golint)
    • Line 175: warning: exported const Debug_JS should have comment or be unexported (golint)
    • Line 373: warning: don't use underscores in Go names; const Eth_JS should be EthJS (golint)
    • Line 373: warning: exported const Eth_JS should have comment or be unexported (golint)
    • Line 432: warning: don't use underscores in Go names; const Miner_JS should be MinerJS (golint)
    • Line 432: warning: exported const Miner_JS should have comment or be unexported (golint)
    • Line 472: warning: don't use underscores in Go names; const Net_JS should be NetJS (golint)
    • Line 472: warning: exported const Net_JS should have comment or be unexported (golint)
    • Line 485: warning: don't use underscores in Go names; const Personal_JS should be PersonalJS (golint)
    • Line 485: warning: exported const Personal_JS should have comment or be unexported (golint)
    • Line 531: warning: exported const RPC_JS should have comment or be unexported (golint)
    • Line 544: warning: don't use underscores in Go names; const Shh_JS should be ShhJS (golint)
    • Line 544: warning: exported const Shh_JS should have comment or be unexported (golint)
    • Line 564: warning: exported const SWARMFS_JS should have comment or be unexported (golint)
    • Line 588: warning: don't use underscores in Go names; const TxPool_JS should be TxPoolJS (golint)
    • Line 588: warning: exported const TxPool_JS should have comment or be unexported (golint)
    • go-sberex/swarm/api/api.go
    • Line 55: warning: exported type Resolver should have comment or be unexported (golint)
    • Line 65: warning: exported function NewNoResolverError should have comment or be unexported (golint)
    • Line 144: warning: comment on exported function NewApi should be of the form "NewApi ..." (golint)
    • Line 153: warning: comment on exported method Api.Upload should be of the form "Upload ..." (golint)
    • Line 154: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 160: warning: comment on exported method Api.Retrieve should be of the form "Retrieve ..." (golint)
    • Line 161: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 165: warning: exported method Api.Store should have comment or be unexported (golint)
    • Line 165: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 169: warning: exported type ErrResolve should have comment or be unexported (golint)
    • Line 171: warning: comment on exported method Api.Resolve should be of the form "Resolve ..." (golint)
    • Line 172: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 206: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 229: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 249: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 263: warning: exported method Api.Modify should have comment or be unexported (golint)
    • Line 263: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 289: warning: exported method Api.AddFile should have comment or be unexported (golint)
    • Line 289: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 339: warning: exported method Api.RemoveFile should have comment or be unexported (golint)
    • Line 339: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 380: warning: exported method Api.AppendFile should have comment or be unexported (golint)
    • Line 380: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 461: warning: exported method Api.BuildDirectoryTree should have comment or be unexported (golint)
    • Line 461: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/accounts/abi/bind/backend.go
    • Line 30: warning: comment on exported var ErrNoPendingState should be of the form "ErrNoPendingState ..." (golint)
    • Line 34: warning: comment on exported var ErrNoCodeAfterDeploy should be of the form "ErrNoCodeAfterDeploy ..." (golint)
    • go-sberex/p2p/simulations/mocker.go
    • Line 33: warning: comment on exported function LookupMocker should be of the form "LookupMocker ..." (golint)
    • Line 38: warning: comment on exported function GetMockerList should be of the form "GetMockerList ..." (golint)
    • go-sberex/metrics/registry.go
    • Line 53: warning: comment on exported type StandardRegistry should be of the form "StandardRegistry ..." (with optional leading article) (golint)
    • Line 60: warning: comment on exported function NewRegistry should be of the form "NewRegistry ..." (golint)
    • Line 65: warning: comment on exported method StandardRegistry.Each should be of the form "Each ..." (golint)
    • Line 79: warning: comment on exported method StandardRegistry.GetOrRegister should be of the form "GetOrRegister ..." (golint)
    • Line 104: warning: comment on exported method StandardRegistry.RunHealthchecks should be of the form "RunHealthchecks ..." (golint)
    • Line 184: warning: comment on exported method StandardRegistry.UnregisterAll should be of the form "UnregisterAll ..." (golint)
    • Line 228: warning: exported type PrefixedRegistry should have comment or be unexported (golint)
    • Line 233: warning: exported function NewPrefixedRegistry should have comment or be unexported (golint)
    • Line 240: warning: exported function NewPrefixedChildRegistry should have comment or be unexported (golint)
    • Line 247: warning: comment on exported method PrefixedRegistry.Each should be of the form "Each ..." (golint)
    • Line 279: warning: comment on exported method PrefixedRegistry.GetOrRegister should be of the form "GetOrRegister ..." (golint)
    • Line 293: warning: comment on exported method PrefixedRegistry.RunHealthchecks should be of the form "RunHealthchecks ..." (golint)
    • Line 309: warning: comment on exported method PrefixedRegistry.UnregisterAll should be of the form "UnregisterAll ..." (golint)
    • Line 314: warning: exported var DefaultRegistry should have comment or be unexported (golint)
    • Line 316: warning: comment on exported function Each should be of the form "Each ..." (golint)
    • Line 326: warning: comment on exported function GetOrRegister should be of the form "GetOrRegister ..." (golint)
    • Line 338: warning: comment on exported function MustRegister should be of the form "MustRegister ..." (golint)
    • Line 346: warning: comment on exported function RunHealthchecks should be of the form "RunHealthchecks ..." (golint)
    • go-sberex/swarm/services/swap/swap/swap_test.go
    • Line 32: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 38: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 43: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 45: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 54: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 58: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 63: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 69: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 77: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 81: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 85: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-sberex/swarm/api/http/error_templates.go
    • Line 12: warning: package comment should be of the form "Package http ..." (golint)
    • Line 24: warning: comment on exported function GetGenericErrorPage should be of the form "GetGenericErrorPage ..." (golint)
    • Line 199: warning: comment on exported function GetNotFoundErrorPage should be of the form "GetNotFoundErrorPage ..." (golint)
    • Line 373: warning: comment on exported function GetMultipleChoicesErrorPage should be of the form "GetMultipleChoicesErrorPage ..." (golint)
    • go-sberex/swarm/network/forwarding.go
    • Line 38: warning: exported function NewForwarder should have comment or be unexported (golint)
    • Line 52: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 85: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 107: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 135: warning: comment on exported function Deliver should be of the form "Deliver ..." (golint)
    • Line 142: warning: comment on exported function Push should be of the form "Push ..." (golint)
    • go-sberex/common/bytes.go
    • Line 17: warning: exported function ToHex should have comment or be unexported (golint)
    • Line 26: warning: exported function FromHex should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function CopyBytes should be of the form "CopyBytes ..." (golint)
    • Line 71: warning: exported function Bytes2Hex should have comment or be unexported (golint)
    • Line 75: warning: exported function Hex2Bytes should have comment or be unexported (golint)
    • Line 81: warning: exported function Hex2BytesFixed should have comment or be unexported (golint)
    • Line 85: 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: exported function RightPadBytes should have comment or be unexported (golint)
    • Line 107: warning: exported function LeftPadBytes should have comment or be unexported (golint)

gocyclo85%

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.

    • go-sberex/ethstats/ethstats.go
    • Line 132: warning: cyclomatic complexity 31 of function (*Service).loop() is high (> 15) (gocyclo)
    • Line 275: warning: cyclomatic complexity 17 of function (*Service).readLoop() is high (> 15) (gocyclo)
    • go-sberex/core/tx_pool.go
    • Line 904: warning: cyclomatic complexity 41 of function (*TxPool).promoteExecutables() is high (> 15) (gocyclo)
    • Line 258: warning: cyclomatic complexity 18 of function (*TxPool).loop() is high (> 15) (gocyclo)
    • go-sberex/core/blockchain_test.go
    • Line 563: warning: cyclomatic complexity 18 of function TestFastVsFullChains() is high (> 15) (gocyclo)
    • Line 349: warning: cyclomatic complexity 17 of function testReorg() is high (> 15) (gocyclo)
    • Line 731: warning: cyclomatic complexity 17 of function TestChainTxReorgs() is high (> 15) (gocyclo)
    • Line 1020: warning: cyclomatic complexity 17 of function TestEIP155Transition() is high (> 15) (gocyclo)
    • go-sberex/les/fetcher.go
    • Line 124: warning: cyclomatic complexity 23 of function (*lightFetcher).syncLoop() is high (> 15) (gocyclo)
    • Line 240: warning: cyclomatic complexity 20 of function (*lightFetcher).announce() is high (> 15) (gocyclo)
    • Line 389: warning: cyclomatic complexity 19 of function (*lightFetcher).nextRequest() is high (> 15) (gocyclo)
    • Line 546: warning: cyclomatic complexity 17 of function (*lightFetcher).checkAnnouncedHeaders() is high (> 15) (gocyclo)
    • go-sberex/p2p/discv5/net.go
    • Line 359: warning: cyclomatic complexity 54 of function (*Network).loop() is high (> 15) (gocyclo)
    • Line 870: warning: cyclomatic complexity 28 of function init() is high (> 15) (gocyclo)
    • Line 1146: warning: cyclomatic complexity 18 of function (*Network).handleQueryEvent() is high (> 15) (gocyclo)
    • go-sberex/cmd/wnode/main.go
    • Line 164: warning: cyclomatic complexity 20 of function initialize() is high (> 15) (gocyclo)
    • Line 302: warning: cyclomatic complexity 20 of function configureNode() is high (> 15) (gocyclo)
    • go-sberex/console/console.go
    • Line 102: warning: cyclomatic complexity 27 of function (*Console).init() is high (> 15) (gocyclo)
    • Line 303: warning: cyclomatic complexity 19 of function (*Console).Interactive() is high (> 15) (gocyclo)
    • Line 379: warning: cyclomatic complexity 16 of function countIndents() is high (> 15) (gocyclo)
    • go-sberex/swarm/storage/pyramid.go
    • Line 372: warning: cyclomatic complexity 19 of function (*PyramidChunker).prepareChunks() is high (> 15) (gocyclo)
    • Line 495: warning: cyclomatic complexity 18 of function (*PyramidChunker).buildTree() is high (> 15) (gocyclo)
    • go-sberex/whisper/whisperv6/api.go
    • Line 325: warning: cyclomatic complexity 26 of function (*PublicWhisperAPI).Messages() is high (> 15) (gocyclo)
    • Line 230: warning: cyclomatic complexity 18 of function (*PublicWhisperAPI).Post() is high (> 15) (gocyclo)
    • go-sberex/eth/downloader/downloader.go
    • Line 576: warning: cyclomatic complexity 44 of function (*Downloader).findAncestor() is high (> 15) (gocyclo)
    • Line 981: warning: cyclomatic complexity 43 of function (*Downloader).fetchParts() is high (> 15) (gocyclo)
    • Line 1144: warning: cyclomatic complexity 40 of function (*Downloader).processHeaders() is high (> 15) (gocyclo)
    • Line 748: warning: cyclomatic complexity 27 of function (*Downloader).fetchHeaders() is high (> 15) (gocyclo)
    • Line 1346: warning: cyclomatic complexity 23 of function (*Downloader).processFastSyncContent() is high (> 15) (gocyclo)
    • go-sberex/whisper/whisperv5/filter_test.go
    • Line 253: warning: cyclomatic complexity 26 of function TestMatchEnvelope() is high (> 15) (gocyclo)
    • Line 616: warning: cyclomatic complexity 26 of function TestWatchers() is high (> 15) (gocyclo)
    • Line 410: warning: cyclomatic complexity 16 of function TestMatchMessageSym() is high (> 15) (gocyclo)
    • go-sberex/whisper/whisperv6/filter_test.go
    • Line 640: warning: cyclomatic complexity 26 of function TestWatchers() is high (> 15) (gocyclo)
    • Line 283: warning: cyclomatic complexity 25 of function TestMatchEnvelope() is high (> 15) (gocyclo)
    • Line 434: warning: cyclomatic complexity 16 of function TestMatchMessageSym() is high (> 15) (gocyclo)
    • go-sberex/cmd/swarm/manifest.go
    • Line 186: warning: cyclomatic complexity 16 of function updateEntryInManifest() is high (> 15) (gocyclo)
    • Line 262: warning: cyclomatic complexity 16 of function removeEntryFromManifest() is high (> 15) (gocyclo)
    • go-sberex/metrics/ewma_test.go
    • Line 152: warning: cyclomatic complexity 17 of function TestEWMA15() is high (> 15) (gocyclo)
    • Line 14: warning: cyclomatic complexity 17 of function TestEWMA1() is high (> 15) (gocyclo)
    • Line 83: warning: cyclomatic complexity 17 of function TestEWMA5() is high (> 15) (gocyclo)
    • go-sberex/whisper/whisperv5/api.go
    • Line 306: warning: cyclomatic complexity 26 of function (*PublicWhisperAPI).Messages() is high (> 15) (gocyclo)
    • Line 211: warning: cyclomatic complexity 18 of function (*PublicWhisperAPI).Post() is high (> 15) (gocyclo)
    • go-sberex/whisper/whisperv5/whisper_test.go
    • Line 267: warning: cyclomatic complexity 55 of function TestWhisperSymKeyManagement() is high (> 15) (gocyclo)
    • Line 149: warning: cyclomatic complexity 32 of function TestWhisperIdentityManagement() is high (> 15) (gocyclo)
    • Line 24: warning: cyclomatic complexity 24 of function TestWhisperBasic() is high (> 15) (gocyclo)
    • Line 529: warning: cyclomatic complexity 17 of function TestCustomization() is high (> 15) (gocyclo)
    • go-sberex/core/blockchain.go
    • Line 1003: warning: cyclomatic complexity 31 of function (*BlockChain).insertChain() is high (> 15) (gocyclo)
    • Line 863: warning: cyclomatic complexity 30 of function (*BlockChain).WriteBlockWithState() is high (> 15) (gocyclo)
    • Line 1238: warning: cyclomatic complexity 23 of function (*BlockChain).reorg() is high (> 15) (gocyclo)
    • Line 756: warning: cyclomatic complexity 18 of function (*BlockChain).InsertReceiptChain() is high (> 15) (gocyclo)
    • go-sberex/swarm/api/filesystem.go
    • Line 44: warning: cyclomatic complexity 24 of function (*FileSystem).Upload() is high (> 15) (gocyclo)
    • Line 171: warning: cyclomatic complexity 19 of function (*FileSystem).Download() is high (> 15) (gocyclo)
    • go-sberex/trie/trie.go
    • Line 304: warning: cyclomatic complexity 25 of function (*Trie).delete() is high (> 15) (gocyclo)
    • Line 213: warning: cyclomatic complexity 19 of function (*Trie).insert() is high (> 15) (gocyclo)
    • go-sberex/whisper/whisperv6/whisper_test.go
    • Line 261: warning: cyclomatic complexity 51 of function TestWhisperSymKeyManagement() is high (> 15) (gocyclo)
    • Line 143: warning: cyclomatic complexity 32 of function TestWhisperIdentityManagement() is high (> 15) (gocyclo)
    • Line 26: warning: cyclomatic complexity 22 of function TestWhisperBasic() is high (> 15) (gocyclo)
    • Line 511: warning: cyclomatic complexity 17 of function TestCustomization() is high (> 15) (gocyclo)
    • Line 830: warning: cyclomatic complexity 17 of function TestBloom() is high (> 15) (gocyclo)
    • go-sberex/p2p/server.go
    • Line 533: warning: cyclomatic complexity 30 of function (*Server).run() is high (> 15) (gocyclo)
    • Line 379: warning: cyclomatic complexity 26 of function (*Server).Start() is high (> 15) (gocyclo)
    • go-sberex/core/tx_pool_test.go
    • Line 457: warning: cyclomatic complexity 19 of function TestTransactionDropping() is high (> 15) (gocyclo)
    • Line 1267: warning: cyclomatic complexity 19 of function TestTransactionPoolUnderpricing() is high (> 15) (gocyclo)
    • Line 1452: warning: cyclomatic complexity 19 of function testTransactionJournaling() is high (> 15) (gocyclo)
    • Line 552: warning: cyclomatic complexity 18 of function TestTransactionPostponing() is high (> 15) (gocyclo)
    • Line 1105: warning: cyclomatic complexity 18 of function TestTransactionPoolRepricing() is high (> 15) (gocyclo)
    • Line 1369: warning: cyclomatic complexity 17 of function TestTransactionReplacement() is high (> 15) (gocyclo)
    • go-sberex/les/handler.go
    • Line 331: warning: cyclomatic complexity 149 of function (*ProtocolManager).handleMsg() is high (> 15) (gocyclo)
    • Line 257: warning: cyclomatic complexity 16 of function (*ProtocolManager).handle() is high (> 15) (gocyclo)
    • go-sberex/cmd/swarm/config.go
    • Line 225: warning: cyclomatic complexity 19 of function envVarsOverride() is high (> 15) (gocyclo)
    • Line 154: warning: cyclomatic complexity 19 of function cmdLineOverride() is high (> 15) (gocyclo)
    • go-sberex/miner/worker.go
    • Line 384: warning: cyclomatic complexity 21 of function (*worker).commitNewWork() is high (> 15) (gocyclo)
    • Line 504: warning: cyclomatic complexity 16 of function (*Work).commitTransactions() 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!