Preparing report...

Report for github.com/specialpowerchain/go-specialiuma

A+    Excellent!    Found 341 issues across 841 files

Tweet

gofmt88%

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!


golint76%

Golint is a linter for Go source code.

    • go-specialiuma/signer/storage/storage.go
    • Line 30: warning: exported type Storage should have comment or be unexported (golint)
    • Line 74: warning: exported function NewEphemeralStorage should have comment or be unexported (golint)
    • Line 84: warning: exported method NoStorage.Put should have comment or be unexported (golint)
    • Line 85: warning: exported method NoStorage.Del should have comment or be unexported (golint)
    • Line 86: warning: exported method NoStorage.Get should have comment or be unexported (golint)
    • go-specialiuma/core/state/statedb.go
    • Line 60: warning: comment on exported type StateDB should be of the form "StateDB ..." (with optional leading article) (golint)
    • Line 107: warning: comment on exported function New should be of the form "New ..." (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 131: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 137: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 155: warning: exported method StateDB.AddLog should have comment or be unexported (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 166: warning: exported method StateDB.GetLogs 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 170: warning: exported method StateDB.Logs should have comment or be unexported (golint)
    • Line 170: 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 189: 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 201: 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 217: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 222: warning: comment on exported method StateDB.GetBalance should be of the form "GetBalance ..." (golint)
    • Line 223: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 231: warning: exported method StateDB.GetNonce should have comment or be unexported (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 241: 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 250: warning: exported method StateDB.GetCode should have comment or be unexported (golint)
    • Line 250: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 258: warning: exported method StateDB.GetCodeSize should have comment or be unexported (golint)
    • Line 258: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 273: warning: exported method StateDB.GetCodeHash should have comment or be unexported (golint)
    • Line 273: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 282: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 291: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 297: warning: comment on exported method StateDB.GetStorageProof should be of the form "GetStorageProof ..." (golint)
    • Line 298: 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 318: 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 333: warning: exported method StateDB.HasSuicided should have comment or be unexported (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 346: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 354: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 361: warning: exported method StateDB.SetBalance should have comment or be unexported (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 368: warning: exported method StateDB.SetNonce should have comment or be unexported (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 375: warning: exported method StateDB.SetCode should have comment or be unexported (golint)
    • Line 375: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 382: warning: exported method StateDB.SetState should have comment or be unexported (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 394: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 473: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 477: warning: comment on exported method StateDB.GetOrNewStateObject should be of the form "GetOrNewStateObject ..." (golint)
    • Line 478: 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 511: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 518: warning: exported method StateDB.ForEachStorage should have comment or be unexported (golint)
    • Line 518: warning: receiver name db should be consistent with previous receiver name s for StateDB (golint)
    • Line 549: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 597: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 605: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 621: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 667: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-specialiuma/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-specialiuma/les/txrelay.go
    • Line 57: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 61: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 68: 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 146: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (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 176: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-specialiuma/signer/core/cliui.go
    • Line 33: warning: exported type CommandlineUI should have comment or be unexported (golint)
    • Line 38: warning: exported function NewCommandlineUI should have comment or be unexported (golint)
    • Line 42: warning: exported method CommandlineUI.RegisterUIServer should have comment or be unexported (golint)
    • Line 89: warning: exported method CommandlineUI.OnInputRequired should have comment or be unexported (golint)
    • Line 235: warning: exported method CommandlineUI.OnApprovedTx should have comment or be unexported (golint)
    • Line 244: warning: exported method CommandlineUI.OnSignerStartup should have comment or be unexported (golint)
    • go-specialiuma/core/asm/lexer.go
    • Line 56: warning: exported const Numbers should have comment (or a comment on this block) or be unexported (golint)
    • Line 96: warning: comment on exported function Lex should be of the form "Lex ..." (golint)
    • go-specialiuma/les/protocol.go
    • Line 45: warning: comment on exported var ProtocolLengths should be of the form "ProtocolLengths ..." (golint)
    • Line 49: warning: exported const NetworkId should have comment (or a comment on this block) or be unexported (golint)
    • Line 98: warning: exported const ErrMsgTooLarge should have comment (or a comment on this block) or be unexported (golint)
    • go-specialiuma/signer/rules/rules.go
    • Line 34: warning: don't use underscores in Go names; var BigNumber_JS should be BigNumberJS (golint)
    • Line 34: warning: exported var BigNumber_JS should have comment or be unexported (golint)
    • Line 56: warning: exported function NewRuleEvaluator should have comment or be unexported (golint)
    • go-specialiuma/internal/jsre/jsre.go
    • Line 35: warning: exported var BignumberJs should have comment or be unexported (golint)
    • Line 69: warning: comment on exported function New should be of the form "New ..." (golint)
    • Line 233: warning: comment on exported method JSRE.Stop should be of the form "Stop ..." (golint)
    • Line 242: warning: comment on exported method JSRE.Exec should be of the form "Exec ..." (golint)
    • go-specialiuma/p2p/peer.go
    • Line 37: warning: exported var ErrShuttingDown should have comment or be unexported (golint)
    • Line 195: warning: exported method Peer.Log should have comment or be unexported (golint)
    • go-specialiuma/les/server.go
    • Line 42: warning: exported type LesServer should have comment or be unexported (golint)
    • Line 63: warning: exported function NewLesServer should have comment or be unexported (golint)
    • Line 117: warning: exported method LesServer.APIs should have comment or be unexported (golint)
    • Line 187: warning: exported method LesServer.Protocols should have comment or be unexported (golint)
    • Line 234: warning: exported method LesServer.SetBloomBitsIndexer should have comment or be unexported (golint)
    • Line 238: warning: comment on exported method LesServer.SetContractBackend should be of the form "SetContractBackend ..." (golint)
    • go-specialiuma/rpc/client.go
    • Line 35: warning: exported var ErrClientQuit should have comment or be unexported (golint)
    • Line 189: warning: comment on exported function ClientFromContext should be of the form "ClientFromContext ..." (golint)
    • Line 320: warning: comment on exported method Client.BatchCallContext should be of the form "BatchCallContext ..." (golint)
    • Line 392: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-specialiuma/cmd/utils/flags.go
    • Line 68: warning: exported var CommandHelpTemplate should have comment or be unexported (golint)
    • Line 116: warning: comment on exported var DataDirFlag should be of the form "DataDirFlag ..." (golint)
    • Line 122: warning: exported var AncientFlag should have comment or be unexported (golint)
    • Line 212: warning: comment on exported var LightLegacyServFlag should be of the form "LightLegacyServFlag ..." (golint)
    • Line 257: warning: comment on exported var DashboardEnabledFlag should be of the form "DashboardEnabledFlag ..." (golint)
    • Line 277: warning: comment on exported var EthashCacheDirFlag should be of the form "EthashCacheDirFlag ..." (golint)
    • Line 307: warning: comment on exported var TxPoolLocalsFlag should be of the form "TxPoolLocalsFlag ..." (golint)
    • Line 361: warning: comment on exported var CacheFlag should be of the form "CacheFlag ..." (golint)
    • Line 386: warning: comment on exported var MiningEnabledFlag should be of the form "MiningEnabledFlag ..." (golint)
    • Line 457: warning: comment on exported var UnlockedAccountFlag should be of the form "UnlockedAccountFlag ..." (golint)
    • Line 485: warning: comment on exported var EthStatsURLFlag should be of the form "EthStatsURLFlag ..." (golint)
    • Line 498: warning: comment on exported var IPCDisabledFlag should be of the form "IPCDisabledFlag ..." (golint)
    • Line 593: warning: comment on exported var MaxPeersFlag should be of the form "MaxPeersFlag ..." (golint)
    • Line 650: warning: comment on exported var JSpathFlag should be of the form "JSpathFlag ..." (golint)
    • Line 657: warning: comment on exported var GpoBlocksFlag should be of the form "GpoBlocksFlag ..." (golint)
    • Line 687: warning: comment on exported var MetricsEnabledFlag should be of the form "MetricsEnabledFlag ..." (golint)
    • Line 720: warning: comment on exported var MetricsInfluxDBTagsFlag should be of the form "MetricsInfluxDBTagsFlag ..." (golint)
    • Line 1080: warning: exported function SetP2PConfig should have comment or be unexported (golint)
    • Line 1590: warning: exported function SetupMetrics should have comment or be unexported (golint)
    • Line 1611: warning: exported function SplitTagsFlag should have comment or be unexported (golint)
    • Line 1645: warning: exported function MakeGenesis should have comment or be unexported (golint)
    • go-specialiuma/p2p/enr/enr.go
    • Line 46: warning: exported const SizeLimit should have comment or be unexported (golint)
    • Line 49: warning: exported var ErrInvalidSig should have comment or be unexported (golint)
    • Line 68: warning: exported method SchemeMap.Verify should have comment or be unexported (golint)
    • Line 76: warning: exported method SchemeMap.NodeAddr should have comment or be unexported (golint)
    • go-specialiuma/log/logger.go
    • Line 18: warning: exported type Lvl should have comment or be unexported (golint)
    • Line 21: warning: exported const LvlCrit should have comment (or a comment on this block) or be unexported (golint)
    • go-specialiuma/signer/core/auditlog.go
    • Line 28: warning: exported type AuditLogger should have comment or be unexported (golint)
    • Line 33: warning: exported method AuditLogger.List should have comment or be unexported (golint)
    • Line 41: warning: exported method AuditLogger.New should have comment or be unexported (golint)
    • Line 45: warning: exported method AuditLogger.SignTransaction should have comment or be unexported (golint)
    • Line 63: warning: exported method AuditLogger.SignData should have comment or be unexported (golint)
    • Line 71: warning: exported method AuditLogger.SignTypedData should have comment or be unexported (golint)
    • Line 79: warning: exported method AuditLogger.EcRecover should have comment or be unexported (golint)
    • Line 87: warning: exported method AuditLogger.Version should have comment or be unexported (golint)
    • Line 95: warning: exported function NewAuditLogger should have comment or be unexported (golint)
    • go-specialiuma/event/event.go
    • Line 174: warning: exported method TypeMuxSubscription.Chan should have comment or be unexported (golint)
    • Line 178: warning: exported method TypeMuxSubscription.Unsubscribe should have comment or be unexported (golint)
    • Line 183: warning: exported method TypeMuxSubscription.Closed should have comment or be unexported (golint)
    • go-specialiuma/cmd/utils/customflags.go
    • Line 34: warning: comment on exported type DirectoryString should be of the form "DirectoryString ..." (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 45: warning: exported method DirectoryString.Set 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 50: warning: comment on exported type DirectoryFlag should be of the form "DirectoryFlag ..." (with optional leading article) (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 74: warning: comment on exported method DirectoryFlag.Apply should be of the form "Apply ..." (golint)
    • Line 76: 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 type TextMarshaler should have comment or be unexported (golint)
    • Line 111: warning: exported method TextMarshalerFlag.GetName should have comment or be unexported (golint)
    • Line 119: warning: exported method TextMarshalerFlag.Apply should have comment or be unexported (golint)
    • Line 161: warning: exported method BigFlag.GetName should have comment or be unexported (golint)
    • Line 173: warning: exported method BigFlag.Apply should have comment or be unexported (golint)
    • Line 210: warning: exported method DirectoryFlag.GetName 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 214: warning: exported method DirectoryFlag.Set should have comment or be unexported (golint)
    • Line 214: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-specialiuma/internal/ethapi/api.go
    • Line 222: warning: comment on exported method PrivateAccountAPI.ListAccounts should be of the form "ListAccounts ..." (golint)
    • Line 554: warning: comment on exported type AccountResult should be of the form "AccountResult ..." (with optional leading article) (golint)
    • Line 564: warning: exported type StorageResult should have comment or be unexported (golint)
    • Line 729: warning: exported function DoCall should have comment or be unexported (golint)
    • Line 819: warning: exported function DoEstimateGas should have comment or be unexported (golint)
    • Line 1652: warning: exported method PrivateDebugAPI.ChaindbCompact should have comment or be unexported (golint)
    • go-specialiuma/mobile/vm.go
    • Line 33: warning: exported method Log.GetAddress should have comment or be unexported (golint)
    • Line 34: warning: exported method Log.GetTopics should have comment or be unexported (golint)
    • Line 35: warning: exported method Log.GetData should have comment or be unexported (golint)
    • Line 36: warning: exported method Log.GetBlockNumber should have comment or be unexported (golint)
    • Line 37: warning: exported method Log.GetTxHash should have comment or be unexported (golint)
    • Line 38: warning: exported method Log.GetTxIndex should have comment or be unexported (golint)
    • Line 39: warning: exported method Log.GetBlockHash should have comment or be unexported (golint)
    • Line 40: warning: exported method Log.GetIndex should have comment or be unexported (golint)
    • go-specialiuma/p2p/discover/v4_udp.go
    • Line 69: warning: don't use underscores in Go names; const p_pingV4 should be pPingV4 (golint)
    • Line 70: warning: don't use underscores in Go names; const p_pongV4 should be pPongV4 (golint)
    • Line 71: warning: don't use underscores in Go names; const p_findnodeV4 should be pFindnodeV4 (golint)
    • Line 72: warning: don't use underscores in Go names; const p_neighborsV4 should be pNeighborsV4 (golint)
    • Line 73: warning: don't use underscores in Go names; const p_enrRequestV4 should be pEnrRequestV4 (golint)
    • Line 74: warning: don't use underscores in Go names; const p_enrResponseV4 should be pEnrResponseV4 (golint)
    • Line 258: warning: exported function ListenV4 should have comment or be unexported (golint)
    • Line 316: warning: exported method UDPv4.LookupPubkey should have comment or be unexported (golint)
    • go-specialiuma/crypto/crypto.go
    • Line 142: warning: exported function FromECDSAPub should have comment or be unexported (golint)
    • Line 184: warning: exported function GenerateKey should have comment or be unexported (golint)
    • Line 203: warning: exported function PubkeyToAddress should have comment or be unexported (golint)
    • go-specialiuma/core/state/dump.go
    • Line 58: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (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 82: 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)
    • Line 132: 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 151: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-specialiuma/metrics/resetting_timer.go
    • Line 10: warning: comment on exported const InitialResettingTimerSliceCap should be of the form "InitialResettingTimerSliceCap ..." (golint)
    • Line 120: warning: comment on exported method StandardResettingTimer.Time should be of the form "Time ..." (golint)
    • Line 127: warning: comment on exported method StandardResettingTimer.Update should be of the form "Update ..." (golint)
    • Line 134: warning: comment on exported method StandardResettingTimer.UpdateSince should be of the form "UpdateSince ..." (golint)
    • go-specialiuma/les/backend.go
    • Line 50: warning: exported type LightEthereum should have comment or be unexported (golint)
    • Line 82: warning: exported function New should have comment or be unexported (golint)
    • Line 178: warning: exported type LightDummyAPI should have comment or be unexported (golint)
    • Line 233: warning: exported method LightEthereum.ResetWithGenesisBlock should have comment or be unexported (golint)
    • Line 237: warning: exported method LightEthereum.BlockChain should have comment or be unexported (golint)
    • Line 238: warning: exported method LightEthereum.TxPool should have comment or be unexported (golint)
    • Line 239: warning: exported method LightEthereum.Engine should have comment or be unexported (golint)
    • Line 240: warning: exported method LightEthereum.LesVersion should have comment or be unexported (golint)
    • Line 241: warning: exported method LightEthereum.Downloader should have comment or be unexported (golint)
    • Line 242: warning: exported method LightEthereum.EventMux should have comment or be unexported (golint)
    • Line 284: warning: comment on exported method LightEthereum.SetContractBackend should be of the form "SetContractBackend ..." (golint)
    • go-specialiuma/rpc/http.go
    • Line 256: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 257: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 258: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 260: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 263: warning: should not use basic type string as key in context.WithValue (golint)
    • go-specialiuma/core/types/bloom9.go
    • Line 71: warning: exported method Bloom.Bytes should have comment or be unexported (golint)
    • Line 75: warning: exported method Bloom.Test should have comment or be unexported (golint)
    • Line 79: warning: exported method Bloom.TestBytes should have comment or be unexported (golint)
    • Line 94: warning: exported function CreateBloom should have comment or be unexported (golint)
    • Line 103: warning: exported function LogsBloom should have comment or be unexported (golint)
    • Line 129: warning: exported var Bloom9 should have comment or be unexported (golint)
    • Line 131: warning: exported function BloomLookup should have comment or be unexported (golint)
    • go-specialiuma/core/types/block.go
    • Line 37: warning: exported var EmptyRootHash should have comment or be unexported (golint)
    • Line 174: warning: comment on exported type StorageBlock should be of the form "StorageBlock ..." (with optional leading article) (golint)
    • Line 280: warning: comment on exported method StorageBlock.DecodeRLP should be of the form "DecodeRLP ..." (golint)
    • Line 292: warning: exported method Block.Uncles should have comment or be unexported (golint)
    • Line 293: warning: exported method Block.Transactions should have comment or be unexported (golint)
    • Line 295: warning: exported method Block.Transaction should have comment or be unexported (golint)
    • Line 304: warning: exported method Block.Number should have comment or be unexported (golint)
    • Line 305: warning: exported method Block.GasLimit should have comment or be unexported (golint)
    • Line 306: warning: exported method Block.GasUsed should have comment or be unexported (golint)
    • Line 307: warning: exported method Block.Difficulty should have comment or be unexported (golint)
    • Line 308: warning: exported method Block.Time should have comment or be unexported (golint)
    • Line 310: warning: exported method Block.NumberU64 should have comment or be unexported (golint)
    • Line 311: warning: exported method Block.MixDigest should have comment or be unexported (golint)
    • Line 312: warning: exported method Block.Nonce should have comment or be unexported (golint)
    • Line 313: warning: exported method Block.Bloom should have comment or be unexported (golint)
    • Line 314: warning: exported method Block.Coinbase should have comment or be unexported (golint)
    • Line 315: warning: exported method Block.Root should have comment or be unexported (golint)
    • Line 316: warning: exported method Block.ParentHash should have comment or be unexported (golint)
    • Line 317: warning: exported method Block.TxHash should have comment or be unexported (golint)
    • Line 318: warning: exported method Block.ReceiptHash should have comment or be unexported (golint)
    • Line 319: warning: exported method Block.UncleHash should have comment or be unexported (golint)
    • Line 320: warning: exported method Block.Extra should have comment or be unexported (golint)
    • Line 322: warning: exported method Block.Header should have comment or be unexported (golint)
    • Line 352: warning: exported function CalcUncleHash should have comment or be unexported (golint)
    • Line 396: warning: exported type Blocks should have comment or be unexported (golint)
    • Line 398: warning: exported type BlockBy should have comment or be unexported (golint)
    • Line 400: warning: exported method BlockBy.Sort should have comment or be unexported (golint)
    • Line 400: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 413: 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 417: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 419: warning: exported function Number should have comment or be unexported (golint)
    • go-specialiuma/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-specialiuma/signer/core/stdioui.go
    • Line 29: warning: exported type StdIOUI should have comment or be unexported (golint)
    • Line 34: warning: exported function NewStdIOUI should have comment or be unexported (golint)
    • Line 43: warning: exported method StdIOUI.RegisterUIServer should have comment or be unexported (golint)
    • Line 66: warning: exported method StdIOUI.ApproveTx should have comment or be unexported (golint)
    • Line 72: warning: exported method StdIOUI.ApproveSignData should have comment or be unexported (golint)
    • Line 78: warning: exported method StdIOUI.ApproveListing should have comment or be unexported (golint)
    • Line 84: warning: exported method StdIOUI.ApproveNewAccount should have comment or be unexported (golint)
    • Line 90: warning: exported method StdIOUI.ShowError should have comment or be unexported (golint)
    • Line 97: warning: exported method StdIOUI.ShowInfo should have comment or be unexported (golint)
    • Line 103: warning: exported method StdIOUI.OnApprovedTx should have comment or be unexported (golint)
    • Line 110: warning: exported method StdIOUI.OnSignerStartup should have comment or be unexported (golint)
    • Line 116: warning: exported method StdIOUI.OnInputRequired should have comment or be unexported (golint)
    • go-specialiuma/cmd/clef/main.go
    • Line 589: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 688: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 689: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 690: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 823: warning: should not use basic type string as key in context.WithValue (golint)
    • go-specialiuma/graphql/graphql.go
    • Line 38: warning: error var OnlyOnMainChainError should have name of the form ErrFoo (golint)
    • Line 38: warning: exported var OnlyOnMainChainError should have comment or be unexported (golint)
    • Line 39: warning: error var BlockInvariantError should have name of the form ErrFoo (golint)
    • Line 39: warning: exported var BlockInvariantError should have comment or be unexported (golint)
    • Line 54: warning: exported method Account.Address should have comment or be unexported (golint)
    • Line 58: warning: exported method Account.Balance should have comment or be unexported (golint)
    • Line 67: warning: exported method Account.TransactionCount should have comment or be unexported (golint)
    • Line 76: warning: exported method Account.Code should have comment or be unexported (golint)
    • Line 85: warning: exported method Account.Storage should have comment or be unexported (golint)
    • Line 101: warning: exported method Log.Transaction should have comment or be unexported (golint)
    • Line 105: warning: exported method Log.Account should have comment or be unexported (golint)
    • Line 113: warning: exported method Log.Index should have comment or be unexported (golint)
    • Line 117: warning: exported method Log.Topics should have comment or be unexported (golint)
    • Line 121: warning: exported method Log.Data should have comment or be unexported (golint)
    • Line 154: warning: exported method Transaction.Hash should have comment or be unexported (golint)
    • Line 154: warning: receiver name tx should be consistent with previous receiver name t for Transaction (golint)
    • Line 158: warning: exported method Transaction.InputData should have comment or be unexported (golint)
    • Line 166: warning: exported method Transaction.Gas should have comment or be unexported (golint)
    • Line 174: warning: exported method Transaction.GasPrice should have comment or be unexported (golint)
    • Line 182: warning: exported method Transaction.Value should have comment or be unexported (golint)
    • Line 190: warning: exported method Transaction.Nonce should have comment or be unexported (golint)
    • Line 198: warning: exported method Transaction.To should have comment or be unexported (golint)
    • Line 216: warning: exported method Transaction.From should have comment or be unexported (golint)
    • Line 235: warning: exported method Transaction.Block should have comment or be unexported (golint)
    • Line 242: warning: exported method Transaction.Index should have comment or be unexported (golint)
    • Line 271: warning: exported method Transaction.Status should have comment or be unexported (golint)
    • Line 281: warning: exported method Transaction.GasUsed should have comment or be unexported (golint)
    • Line 291: warning: exported method Transaction.CumulativeGasUsed should have comment or be unexported (golint)
    • Line 301: warning: exported method Transaction.CreatedContract should have comment or be unexported (golint)
    • Line 314: warning: exported method Transaction.Logs should have comment or be unexported (golint)
    • Line 331: warning: exported type BlockType should have comment or be unexported (golint)
    • Line 431: warning: exported method Block.Number should have comment or be unexported (golint)
    • Line 443: warning: exported method Block.Hash should have comment or be unexported (golint)
    • Line 454: warning: exported method Block.GasLimit should have comment or be unexported (golint)
    • Line 462: warning: exported method Block.GasUsed should have comment or be unexported (golint)
    • Line 470: warning: exported method Block.Parent should have comment or be unexported (golint)
    • Line 498: warning: exported method Block.Difficulty should have comment or be unexported (golint)
    • Line 506: warning: exported method Block.Timestamp should have comment or be unexported (golint)
    • Line 514: warning: exported method Block.Nonce should have comment or be unexported (golint)
    • Line 522: warning: exported method Block.MixHash should have comment or be unexported (golint)
    • Line 530: warning: exported method Block.TransactionsRoot should have comment or be unexported (golint)
    • Line 538: warning: exported method Block.StateRoot should have comment or be unexported (golint)
    • Line 546: warning: exported method Block.ReceiptsRoot should have comment or be unexported (golint)
    • Line 554: warning: exported method Block.OmmerHash should have comment or be unexported (golint)
    • Line 562: warning: exported method Block.OmmerCount should have comment or be unexported (golint)
    • Line 571: warning: exported method Block.Ommers should have comment or be unexported (golint)
    • Line 591: warning: exported method Block.ExtraData should have comment or be unexported (golint)
    • Line 599: warning: exported method Block.LogsBloom should have comment or be unexported (golint)
    • Line 607: warning: exported method Block.TotalDifficulty should have comment or be unexported (golint)
    • Line 634: warning: exported method Block.Miner should have comment or be unexported (golint)
    • Line 647: warning: exported method Block.TransactionCount should have comment or be unexported (golint)
    • Line 656: warning: exported method Block.Transactions should have comment or be unexported (golint)
    • Line 675: warning: exported method Block.TransactionAt should have comment or be unexported (golint)
    • Line 696: warning: exported method Block.OmmerAt should have comment or be unexported (golint)
    • Line 756: warning: exported method Block.Logs should have comment or be unexported (golint)
    • Line 783: warning: exported method Block.Account should have comment or be unexported (golint)
    • Line 823: warning: exported method CallResult.Data should have comment or be unexported (golint)
    • Line 827: warning: exported method CallResult.GasUsed should have comment or be unexported (golint)
    • Line 831: warning: exported method CallResult.Status should have comment or be unexported (golint)
    • Line 835: warning: exported method Block.Call should have comment or be unexported (golint)
    • Line 862: warning: exported method Block.EstimateGas should have comment or be unexported (golint)
    • Line 881: warning: exported type Pending should have comment or be unexported (golint)
    • Line 885: warning: exported method Pending.TransactionCount should have comment or be unexported (golint)
    • Line 890: warning: exported method Pending.Transactions should have comment or be unexported (golint)
    • Line 908: warning: exported method Pending.Account should have comment or be unexported (golint)
    • Line 918: warning: exported method Pending.Call should have comment or be unexported (golint)
    • Line 933: warning: exported method Pending.EstimateGas should have comment or be unexported (golint)
    • Line 944: warning: exported method Resolver.Block should have comment or be unexported (golint)
    • Line 981: warning: exported method Resolver.Blocks should have comment or be unexported (golint)
    • Line 1010: warning: exported method Resolver.Pending should have comment or be unexported (golint)
    • Line 1014: warning: exported method Resolver.Transaction should have comment or be unexported (golint)
    • Line 1030: warning: exported method Resolver.SendRawTransaction should have comment or be unexported (golint)
    • Line 1059: warning: exported method Resolver.Logs should have comment or be unexported (golint)
    • Line 1085: warning: exported method Resolver.GasPrice should have comment or be unexported (golint)
    • Line 1090: warning: exported method Resolver.ProtocolVersion should have comment or be unexported (golint)
    • Line 1099: warning: exported method SyncState.StartingBlock should have comment or be unexported (golint)
    • Line 1103: warning: exported method SyncState.CurrentBlock should have comment or be unexported (golint)
    • Line 1107: warning: exported method SyncState.HighestBlock should have comment or be unexported (golint)
    • Line 1111: warning: exported method SyncState.PulledStates should have comment or be unexported (golint)
    • Line 1116: warning: exported method SyncState.KnownStates should have comment or be unexported (golint)
    • go-specialiuma/les/odr_requests.go
    • Line 48: warning: exported type LesOdrRequest should have comment or be unexported (golint)
    • Line 55: warning: exported function LesRequest should have comment or be unexported (golint)
    • Line 96: warning: comment on exported method BlockRequest.Validate should be of the form "Validate ..." (golint)
    • Line 152: warning: comment on exported method ReceiptsRequest.Validate should be of the form "Validate ..." (golint)
    • Line 183: warning: exported type ProofReq should have comment or be unexported (golint)
    • Line 189: 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 238: warning: exported type CodeReq should have comment or be unexported (golint)
    • Line 243: warning: comment on exported type CodeRequest should be of the form "CodeRequest ..." (with optional leading article) (golint)
    • Line 267: warning: comment on exported method CodeRequest.Validate should be of the form "Validate ..." (golint)
    • Line 302: warning: exported type HelperTrieReq should have comment or be unexported (golint)
    • Line 309: warning: exported type HelperTrieResps should have comment or be unexported (golint)
    • Line 314: warning: comment on exported type ChtRequest should be of the form "ChtRequest ..." (with optional leading article) (golint)
    • Line 330: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 349: warning: comment on exported method ChtRequest.Validate should be of the form "Validate ..." (golint)
    • Line 407: warning: exported type BloomReq should have comment or be unexported (golint)
    • Line 411: warning: comment on exported type BloomRequest should be of the form "BloomRequest ..." (with optional leading article) (golint)
    • Line 450: warning: comment on exported method BloomRequest.Validate should be of the form "Validate ..." (golint)
    • Line 507: warning: comment on exported method TxStatusRequest.Validate should be of the form "Validate ..." (golint)
    • go-specialiuma/ethclient/ethclient.go
    • Line 45: warning: exported function DialContext should have comment or be unexported (golint)
    • Line 58: warning: exported method Client.Close should have comment or be unexported (golint)
    • Line 64: warning: comment on exported method Client.ChainID should be of the form "ChainID ..." (golint)
    • go-specialiuma/mobile/interface.go
    • Line 45: warning: exported method Interface.SetBool should have comment or be unexported (golint)
    • Line 46: warning: exported method Interface.SetBools should have comment or be unexported (golint)
    • Line 47: warning: exported method Interface.SetString should have comment or be unexported (golint)
    • Line 48: warning: exported method Interface.SetStrings should have comment or be unexported (golint)
    • Line 49: warning: exported method Interface.SetBinary should have comment or be unexported (golint)
    • Line 50: warning: exported method Interface.SetBinaries should have comment or be unexported (golint)
    • Line 51: warning: exported method Interface.SetAddress should have comment or be unexported (golint)
    • Line 52: warning: exported method Interface.SetAddresses should have comment or be unexported (golint)
    • Line 53: warning: exported method Interface.SetHash should have comment or be unexported (golint)
    • Line 54: warning: exported method Interface.SetHashes should have comment or be unexported (golint)
    • Line 55: warning: exported method Interface.SetInt8 should have comment or be unexported (golint)
    • Line 56: warning: exported method Interface.SetInt16 should have comment or be unexported (golint)
    • Line 57: warning: exported method Interface.SetInt32 should have comment or be unexported (golint)
    • Line 58: warning: exported method Interface.SetInt64 should have comment or be unexported (golint)
    • Line 59: warning: exported method Interface.SetInt8s should have comment or be unexported (golint)
    • Line 66: warning: exported method Interface.SetInt16s should have comment or be unexported (golint)
    • Line 73: warning: exported method Interface.SetInt32s should have comment or be unexported (golint)
    • Line 80: warning: exported method Interface.SetInt64s should have comment or be unexported (golint)
    • Line 87: warning: exported method Interface.SetUint8 should have comment or be unexported (golint)
    • Line 88: warning: exported method Interface.SetUint16 should have comment or be unexported (golint)
    • Line 89: warning: exported method Interface.SetUint32 should have comment or be unexported (golint)
    • Line 90: warning: exported method Interface.SetUint64 should have comment or be unexported (golint)
    • Line 91: warning: exported method Interface.SetUint8s should have comment or be unexported (golint)
    • Line 98: warning: exported method Interface.SetUint16s should have comment or be unexported (golint)
    • Line 105: warning: exported method Interface.SetUint32s should have comment or be unexported (golint)
    • Line 112: warning: exported method Interface.SetUint64s should have comment or be unexported (golint)
    • Line 119: warning: exported method Interface.SetBigInt should have comment or be unexported (golint)
    • Line 120: warning: exported method Interface.SetBigInts should have comment or be unexported (golint)
    • Line 122: warning: exported method Interface.SetDefaultBool should have comment or be unexported (golint)
    • Line 123: warning: exported method Interface.SetDefaultBools should have comment or be unexported (golint)
    • Line 124: warning: exported method Interface.SetDefaultString should have comment or be unexported (golint)
    • Line 125: warning: exported method Interface.SetDefaultStrings should have comment or be unexported (golint)
    • Line 126: warning: exported method Interface.SetDefaultBinary should have comment or be unexported (golint)
    • Line 127: warning: exported method Interface.SetDefaultBinaries should have comment or be unexported (golint)
    • Line 128: warning: exported method Interface.SetDefaultAddress should have comment or be unexported (golint)
    • Line 129: warning: exported method Interface.SetDefaultAddresses should have comment or be unexported (golint)
    • Line 130: warning: exported method Interface.SetDefaultHash should have comment or be unexported (golint)
    • Line 131: warning: exported method Interface.SetDefaultHashes should have comment or be unexported (golint)
    • Line 132: warning: exported method Interface.SetDefaultInt8 should have comment or be unexported (golint)
    • Line 133: warning: exported method Interface.SetDefaultInt8s should have comment or be unexported (golint)
    • Line 134: warning: exported method Interface.SetDefaultInt16 should have comment or be unexported (golint)
    • Line 135: warning: exported method Interface.SetDefaultInt16s should have comment or be unexported (golint)
    • Line 136: warning: exported method Interface.SetDefaultInt32 should have comment or be unexported (golint)
    • Line 137: warning: exported method Interface.SetDefaultInt32s should have comment or be unexported (golint)
    • Line 138: warning: exported method Interface.SetDefaultInt64 should have comment or be unexported (golint)
    • Line 139: warning: exported method Interface.SetDefaultInt64s should have comment or be unexported (golint)
    • Line 140: warning: exported method Interface.SetDefaultUint8 should have comment or be unexported (golint)
    • Line 141: warning: exported method Interface.SetDefaultUint8s should have comment or be unexported (golint)
    • Line 142: warning: exported method Interface.SetDefaultUint16 should have comment or be unexported (golint)
    • Line 143: warning: exported method Interface.SetDefaultUint16s should have comment or be unexported (golint)
    • Line 144: warning: exported method Interface.SetDefaultUint32 should have comment or be unexported (golint)
    • Line 145: warning: exported method Interface.SetDefaultUint32s should have comment or be unexported (golint)
    • Line 146: warning: exported method Interface.SetDefaultUint64 should have comment or be unexported (golint)
    • Line 147: warning: exported method Interface.SetDefaultUint64s should have comment or be unexported (golint)
    • Line 148: warning: exported method Interface.SetDefaultBigInt should have comment or be unexported (golint)
    • Line 149: warning: exported method Interface.SetDefaultBigInts should have comment or be unexported (golint)
    • Line 151: warning: exported method Interface.GetBool should have comment or be unexported (golint)
    • Line 152: warning: exported method Interface.GetBools should have comment or be unexported (golint)
    • Line 153: warning: exported method Interface.GetString should have comment or be unexported (golint)
    • Line 154: warning: exported method Interface.GetStrings should have comment or be unexported (golint)
    • Line 155: warning: exported method Interface.GetBinary should have comment or be unexported (golint)
    • Line 156: warning: exported method Interface.GetBinaries should have comment or be unexported (golint)
    • Line 157: warning: exported method Interface.GetAddress should have comment or be unexported (golint)
    • Line 158: warning: exported method Interface.GetAddresses should have comment or be unexported (golint)
    • Line 159: warning: exported method Interface.GetHash should have comment or be unexported (golint)
    • Line 160: warning: exported method Interface.GetHashes should have comment or be unexported (golint)
    • Line 161: warning: exported method Interface.GetInt8 should have comment or be unexported (golint)
    • Line 162: warning: exported method Interface.GetInt16 should have comment or be unexported (golint)
    • Line 163: warning: exported method Interface.GetInt32 should have comment or be unexported (golint)
    • Line 164: warning: exported method Interface.GetInt64 should have comment or be unexported (golint)
    • Line 165: warning: exported method Interface.GetInt8s should have comment or be unexported (golint)
    • Line 173: warning: exported method Interface.GetInt16s should have comment or be unexported (golint)
    • Line 181: warning: exported method Interface.GetInt32s should have comment or be unexported (golint)
    • Line 189: warning: exported method Interface.GetInt64s should have comment or be unexported (golint)
    • Line 197: warning: exported method Interface.GetUint8 should have comment or be unexported (golint)
    • Line 200: warning: exported method Interface.GetUint16 should have comment or be unexported (golint)
    • Line 203: warning: exported method Interface.GetUint32 should have comment or be unexported (golint)
    • Line 206: warning: exported method Interface.GetUint64 should have comment or be unexported (golint)
    • Line 209: warning: exported method Interface.GetUint8s should have comment or be unexported (golint)
    • Line 217: warning: exported method Interface.GetUint16s should have comment or be unexported (golint)
    • Line 225: warning: exported method Interface.GetUint32s should have comment or be unexported (golint)
    • Line 233: warning: exported method Interface.GetUint64s should have comment or be unexported (golint)
    • Line 241: warning: exported method Interface.GetBigInt should have comment or be unexported (golint)
    • Line 242: warning: exported method Interface.GetBigInts should have comment or be unexported (golint)
    • go-specialiuma/mobile/p2p.go
    • Line 32: warning: exported method NodeInfo.GetID should have comment or be unexported (golint)
    • Line 33: warning: exported method NodeInfo.GetName should have comment or be unexported (golint)
    • Line 34: warning: exported method NodeInfo.GetEnode should have comment or be unexported (golint)
    • Line 35: warning: exported method NodeInfo.GetIP should have comment or be unexported (golint)
    • Line 36: warning: exported method NodeInfo.GetDiscoveryPort should have comment or be unexported (golint)
    • Line 37: warning: exported method NodeInfo.GetListenerPort should have comment or be unexported (golint)
    • Line 38: warning: exported method NodeInfo.GetListenerAddress should have comment or be unexported (golint)
    • Line 39: warning: exported method NodeInfo.GetProtocols should have comment or be unexported (golint)
    • Line 52: warning: exported method PeerInfo.GetID should have comment or be unexported (golint)
    • Line 53: warning: exported method PeerInfo.GetName should have comment or be unexported (golint)
    • Line 54: warning: exported method PeerInfo.GetCaps should have comment or be unexported (golint)
    • Line 55: warning: exported method PeerInfo.GetLocalAddress should have comment or be unexported (golint)
    • Line 56: warning: exported method PeerInfo.GetRemoteAddress should have comment or be unexported (golint)
    • go-specialiuma/internal/build/archive.go
    • Line 30: warning: exported type Archive should have comment or be unexported (golint)
    • Line 44: warning: exported function NewArchive should have comment or be unexported (golint)
    • Line 107: warning: exported type ZipArchive should have comment or be unexported (golint)
    • Line 113: warning: exported function NewZipArchive should have comment or be unexported (golint)
    • Line 117: warning: exported method ZipArchive.Directory should have comment or be unexported (golint)
    • Line 122: warning: exported method ZipArchive.Header should have comment or be unexported (golint)
    • Line 136: warning: exported method ZipArchive.Close should have comment or be unexported (golint)
    • Line 143: warning: exported type TarballArchive should have comment or be unexported (golint)
    • Line 150: warning: exported function NewTarballArchive should have comment or be unexported (golint)
    • Line 156: warning: exported method TarballArchive.Directory should have comment or be unexported (golint)
    • Line 165: warning: exported method TarballArchive.Header should have comment or be unexported (golint)
    • Line 177: warning: exported method TarballArchive.Close should have comment or be unexported (golint)
    • go-specialiuma/core/asm/asm.go
    • Line 17: warning: package comment should be of the form "Package asm ..." (golint)
    • Line 37: warning: comment on exported function NewInstructionIterator should be of the form "NewInstructionIterator ..." (golint)
    • Line 102: warning: comment on exported function PrintDisassembled should be of the form "PrintDisassembled ..." (golint)
    • Line 120: warning: comment on exported function Disassemble should be of the form "Disassemble ..." (golint)
    • go-specialiuma/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 315: warning: exported var DefaultRegistry should have comment or be unexported (golint)
    • Line 320: warning: comment on exported function Each should be of the form "Each ..." (golint)
    • Line 330: warning: comment on exported function GetOrRegister should be of the form "GetOrRegister ..." (golint)
    • Line 342: warning: comment on exported function MustRegister should be of the form "MustRegister ..." (golint)
    • Line 350: warning: comment on exported function RunHealthchecks should be of the form "RunHealthchecks ..." (golint)
    • go-specialiuma/core/events.go
    • Line 38: warning: exported type ChainEvent should have comment or be unexported (golint)
    • Line 44: warning: exported type ChainSideEvent should have comment or be unexported (golint)
    • Line 48: warning: exported type ChainHeadEvent should have comment or be unexported (golint)
    • go-specialiuma/dashboard/message.go
    • Line 23: warning: exported type Message should have comment or be unexported (golint)
    • Line 33: warning: exported type ChartEntries should have comment or be unexported (golint)
    • Line 35: warning: exported type ChartEntry should have comment or be unexported (golint)
    • Line 39: warning: exported type GeneralMessage should have comment or be unexported (golint)
    • Line 44: warning: exported type HomeMessage should have comment or be unexported (golint)
    • Line 48: warning: exported type ChainMessage should have comment or be unexported (golint)
    • Line 52: warning: exported type TxPoolMessage should have comment or be unexported (golint)
    • go-specialiuma/p2p/nat/nat.go
    • Line 32: warning: comment on exported type Interface should be of the form "Interface ..." (with optional leading article) (golint)
    • Line 134: warning: exported method ExtIP.ExternalIP should have comment or be unexported (golint)
    • Line 139: warning: exported method ExtIP.AddMapping should have comment or be unexported (golint)
    • Line 140: warning: exported method ExtIP.DeleteMapping should have comment or be unexported (golint)
    • Line 223: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-specialiuma/les/peer.go
    • Line 807: 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-specialiuma/dashboard/peers.go
    • Line 333: warning: exported type RemovedPeerType should have comment or be unexported (golint)
    • Line 334: warning: exported type ActivityType should have comment or be unexported (golint)
    • Line 337: warning: exported const RemoveKnown should have comment (or a comment on this block) or be unexported (golint)
    • go-specialiuma/eth/downloader/events.go
    • Line 21: warning: exported type DoneEvent should have comment or be unexported (golint)
    • Line 24: warning: exported type StartEvent should have comment or be unexported (golint)
    • Line 25: warning: exported type FailedEvent should have comment or be unexported (golint)
    • go-specialiuma/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)
    • go-specialiuma/accounts/external/backend.go
    • Line 36: warning: exported type ExternalBackend should have comment or be unexported (golint)
    • Line 40: warning: exported method ExternalBackend.Wallets should have comment or be unexported (golint)
    • Line 44: warning: exported function NewExternalBackend should have comment or be unexported (golint)
    • Line 54: warning: exported method ExternalBackend.Subscribe should have comment or be unexported (golint)
    • Line 72: warning: exported function NewExternalSigner should have comment or be unexported (golint)
    • Line 90: warning: exported method ExternalSigner.URL should have comment or be unexported (golint)
    • Line 97: warning: exported method ExternalSigner.Status should have comment or be unexported (golint)
    • Line 101: warning: exported method ExternalSigner.Open should have comment or be unexported (golint)
    • Line 105: warning: exported method ExternalSigner.Close should have comment or be unexported (golint)
    • Line 109: warning: exported method ExternalSigner.Accounts should have comment or be unexported (golint)
    • Line 131: warning: exported method ExternalSigner.Contains should have comment or be unexported (golint)
    • Line 142: warning: exported method ExternalSigner.Derive should have comment or be unexported (golint)
    • Line 146: warning: exported method ExternalSigner.SelfDerive should have comment or be unexported (golint)
    • Line 171: warning: exported method ExternalSigner.SignText should have comment or be unexported (golint)
    • Line 183: warning: exported method ExternalSigner.SignTx should have comment or be unexported (golint)
    • Line 206: warning: exported method ExternalSigner.SignTextWithPassphrase should have comment or be unexported (golint)
    • Line 210: warning: exported method ExternalSigner.SignTxWithPassphrase should have comment or be unexported (golint)
    • Line 213: warning: exported method ExternalSigner.SignDataWithPassphrase should have comment or be unexported (golint)
    • go-specialiuma/light/txpool_test.go
    • Line 39: 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 50: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-specialiuma/common/prque/prque.go
    • Line 24: warning: comment on exported type Prque should be of the form "Prque ..." (with optional leading article) (golint)
    • Line 34: warning: comment on exported method Prque.Push should be of the form "Push ..." (golint)
    • Line 45: warning: comment on exported method Prque.Pop should be of the form "Pop ..." (golint)
    • Line 52: warning: comment on exported method Prque.PopItem should be of the form "PopItem ..." (golint)
    • Line 65: warning: comment on exported method Prque.Empty should be of the form "Empty ..." (golint)
    • Line 70: warning: comment on exported method Prque.Size should be of the form "Size ..." (golint)
    • Line 75: warning: comment on exported method Prque.Reset should be of the form "Reset ..." (golint)
    • go-specialiuma/p2p/testing/peerpool.go
    • Line 27: warning: exported type TestPeer should have comment or be unexported (golint)
    • Line 38: warning: exported function NewTestPeerPool should have comment or be unexported (golint)
    • Line 42: warning: exported method TestPeerPool.Add should have comment or be unexported (golint)
    • Line 50: warning: exported method TestPeerPool.Remove should have comment or be unexported (golint)
    • Line 56: warning: exported method TestPeerPool.Has should have comment or be unexported (golint)
    • Line 63: warning: exported method TestPeerPool.Get should have comment or be unexported (golint)
    • go-specialiuma/internal/debug/flags.go
    • Line 23: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 36: warning: exported var Memsize should have comment or be unexported (golint)
    • Line 156: warning: exported function StartPProf should have comment or be unexported (golint)
    • go-specialiuma/miner/miner.go
    • Line 69: warning: exported function New 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 122: warning: exported method Miner.Start should have comment or be unexported (golint)
    • Line 122: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 133: warning: exported method Miner.Stop should have comment or be unexported (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 138: warning: exported method Miner.Close 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 143: warning: exported method Miner.Mining 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 147: warning: exported method Miner.HashRate should have comment or be unexported (golint)
    • Line 147: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 154: warning: exported method Miner.SetExtra should have comment or be unexported (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 163: 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 177: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 181: warning: exported method Miner.SetEtherbase should have comment or be unexported (golint)
    • Line 181: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • go-specialiuma/p2p/enr/entries.go
    • Line 61: warning: exported method TCP.ENRKey should have comment or be unexported (golint)
    • Line 63: warning: comment on exported type TCP6 should be of the form "TCP6 ..." (with optional leading article) (golint)
    • Line 66: warning: exported method TCP6.ENRKey should have comment or be unexported (golint)
    • Line 71: warning: exported method UDP.ENRKey should have comment or be unexported (golint)
    • Line 73: warning: comment on exported type UDP6 should be of the form "UDP6 ..." (with optional leading article) (golint)
    • Line 76: warning: exported method UDP6.ENRKey should have comment or be unexported (golint)
    • Line 81: warning: exported const IDv4 should have comment or be unexported (golint)
    • Line 83: warning: exported method ID.ENRKey should have comment or be unexported (golint)
    • Line 90: warning: exported method IP.ENRKey should have comment or be unexported (golint)
    • Line 122: warning: exported method IPv4.ENRKey should have comment or be unexported (golint)
    • Line 147: warning: exported method IPv6.ENRKey should have comment or be unexported (golint)
    • go-specialiuma/mobile/ethereum.go
    • Line 50: warning: exported method CallMsg.GetFrom should have comment or be unexported (golint)
    • Line 51: warning: exported method CallMsg.GetGas should have comment or be unexported (golint)
    • Line 52: warning: exported method CallMsg.GetGasPrice should have comment or be unexported (golint)
    • Line 53: warning: exported method CallMsg.GetValue should have comment or be unexported (golint)
    • Line 54: warning: exported method CallMsg.GetData should have comment or be unexported (golint)
    • Line 55: warning: exported method CallMsg.GetTo should have comment or be unexported (golint)
    • Line 62: warning: exported method CallMsg.SetFrom should have comment or be unexported (golint)
    • Line 63: warning: exported method CallMsg.SetGas should have comment or be unexported (golint)
    • Line 64: warning: exported method CallMsg.SetGasPrice should have comment or be unexported (golint)
    • Line 65: warning: exported method CallMsg.SetValue should have comment or be unexported (golint)
    • Line 66: warning: exported method CallMsg.SetData should have comment or be unexported (golint)
    • Line 67: warning: exported method CallMsg.SetTo should have comment or be unexported (golint)
    • Line 81: warning: exported method SyncProgress.GetStartingBlock should have comment or be unexported (golint)
    • Line 82: warning: exported method SyncProgress.GetCurrentBlock should have comment or be unexported (golint)
    • Line 83: warning: exported method SyncProgress.GetHighestBlock should have comment or be unexported (golint)
    • Line 84: warning: exported method SyncProgress.GetPulledStates should have comment or be unexported (golint)
    • Line 85: warning: exported method SyncProgress.GetKnownStates should have comment or be unexported (golint)
    • Line 139: warning: exported method FilterQuery.GetFromBlock should have comment or be unexported (golint)
    • Line 140: warning: exported method FilterQuery.GetToBlock should have comment or be unexported (golint)
    • Line 141: warning: exported method FilterQuery.GetAddresses should have comment or be unexported (golint)
    • Line 142: warning: exported method FilterQuery.GetTopics should have comment or be unexported (golint)
    • Line 144: warning: exported method FilterQuery.SetFromBlock should have comment or be unexported (golint)
    • Line 145: warning: exported method FilterQuery.SetToBlock should have comment or be unexported (golint)
    • Line 146: warning: exported method FilterQuery.SetAddresses should have comment or be unexported (golint)
    • Line 147: warning: exported method FilterQuery.SetTopics should have comment or be unexported (golint)
    • go-specialiuma/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-specialiuma/les/api_backend.go
    • Line 42: warning: exported type LesApiBackend should have comment or be unexported (golint)
    • Line 48: warning: exported method LesApiBackend.ChainConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method LesApiBackend.CurrentBlock should have comment or be unexported (golint)
    • Line 56: warning: exported method LesApiBackend.SetHead should have comment or be unexported (golint)
    • Line 61: warning: exported method LesApiBackend.HeaderByNumber should have comment or be unexported (golint)
    • Line 68: warning: exported method LesApiBackend.HeaderByHash should have comment or be unexported (golint)
    • Line 72: warning: exported method LesApiBackend.BlockByNumber should have comment or be unexported (golint)
    • Line 80: warning: exported method LesApiBackend.StateAndHeaderByNumber should have comment or be unexported (golint)
    • Line 91: warning: exported method LesApiBackend.GetBlock should have comment or be unexported (golint)
    • Line 95: warning: exported method LesApiBackend.GetReceipts should have comment or be unexported (golint)
    • Line 102: warning: exported method LesApiBackend.GetLogs should have comment or be unexported (golint)
    • Line 109: warning: exported method LesApiBackend.GetTd should have comment or be unexported (golint)
    • Line 113: warning: exported method LesApiBackend.GetEVM should have comment or be unexported (golint)
    • Line 119: warning: exported method LesApiBackend.SendTx should have comment or be unexported (golint)
    • Line 123: warning: exported method LesApiBackend.RemoveTx should have comment or be unexported (golint)
    • Line 127: warning: exported method LesApiBackend.GetPoolTransactions should have comment or be unexported (golint)
    • Line 131: warning: exported method LesApiBackend.GetPoolTransaction should have comment or be unexported (golint)
    • Line 135: warning: exported method LesApiBackend.GetTransaction should have comment or be unexported (golint)
    • Line 139: warning: exported method LesApiBackend.GetPoolNonce should have comment or be unexported (golint)
    • Line 143: warning: exported method LesApiBackend.Stats should have comment or be unexported (golint)
    • Line 147: warning: exported method LesApiBackend.TxPoolContent should have comment or be unexported (golint)
    • Line 151: warning: exported method LesApiBackend.SubscribeNewTxsEvent should have comment or be unexported (golint)
    • Line 155: warning: exported method LesApiBackend.SubscribeChainEvent should have comment or be unexported (golint)
    • Line 159: warning: exported method LesApiBackend.SubscribeChainHeadEvent should have comment or be unexported (golint)
    • Line 163: warning: exported method LesApiBackend.SubscribeChainSideEvent should have comment or be unexported (golint)
    • Line 167: warning: exported method LesApiBackend.SubscribeLogsEvent should have comment or be unexported (golint)
    • Line 171: warning: exported method LesApiBackend.SubscribeRemovedLogsEvent should have comment or be unexported (golint)
    • Line 175: warning: exported method LesApiBackend.Downloader should have comment or be unexported (golint)
    • Line 179: warning: exported method LesApiBackend.ProtocolVersion should have comment or be unexported (golint)
    • Line 183: warning: exported method LesApiBackend.SuggestPrice should have comment or be unexported (golint)
    • Line 187: warning: exported method LesApiBackend.ChainDb should have comment or be unexported (golint)
    • Line 191: warning: exported method LesApiBackend.EventMux should have comment or be unexported (golint)
    • Line 195: warning: exported method LesApiBackend.AccountManager should have comment or be unexported (golint)
    • Line 199: warning: exported method LesApiBackend.ExtRPCEnabled should have comment or be unexported (golint)
    • Line 203: warning: exported method LesApiBackend.RPCGasCap should have comment or be unexported (golint)
    • Line 207: warning: exported method LesApiBackend.BloomStatus should have comment or be unexported (golint)
    • Line 215: warning: exported method LesApiBackend.ServiceFilter should have comment or be unexported (golint)
    • go-specialiuma/core/headerchain.go
    • Line 208: warning: exported method HeaderChain.ValidateHeaderChain should have comment or be unexported (golint)
    • Line 346: 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-specialiuma/internal/cmdtest/test_cmd.go
    • Line 38: warning: exported function NewTestCmd should have comment or be unexported (golint)
    • Line 42: warning: exported type TestCmd should have comment or be unexported (golint)
    • Line 89: warning: exported method TestCmd.SetTemplateFunc should have comment or be unexported (golint)
    • Line 187: warning: exported method TestCmd.WaitExit should have comment or be unexported (golint)
    • Line 191: warning: exported method TestCmd.Interrupt should have comment or be unexported (golint)
    • Line 218: warning: exported method TestCmd.CloseStdin should have comment or be unexported (golint)
    • Line 222: warning: exported method TestCmd.Kill should have comment or be unexported (golint)
    • go-specialiuma/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 82: warning: exported method Reporter.BuildRequest should have comment or be unexported (golint)
    • go-specialiuma/signer/core/api.go
    • Line 128: warning: exported function StartClefAccountManager should have comment or be unexported (golint)
    • Line 218: warning: comment on exported type ListRequest should be of the form "ListRequest ..." (with optional leading article) (golint)
    • Line 218: warning: comment on exported type ListResponse should be of the form "ListResponse ..." (with optional leading article) (golint)
    • Line 218: warning: comment on exported type Message should be of the form "Message ..." (with optional leading article) (golint)
    • Line 218: warning: comment on exported type NewAccountRequest should be of the form "NewAccountRequest ..." (with optional leading article) (golint)
    • Line 218: warning: comment on exported type NewAccountResponse should be of the form "NewAccountResponse ..." (with optional leading article) (golint)
    • Line 218: warning: comment on exported type SignDataRequest should be of the form "SignDataRequest ..." (with optional leading article) (golint)
    • Line 218: warning: comment on exported type SignDataResponse should be of the form "SignDataResponse ..." (with optional leading article) (golint)
    • Line 218: warning: comment on exported type StartupInfo should be of the form "StartupInfo ..." (with optional leading article) (golint)
    • Line 218: warning: comment on exported type UserInputRequest should be of the form "UserInputRequest ..." (with optional leading article) (golint)
    • Line 218: warning: comment on exported type UserInputResponse should be of the form "UserInputResponse ..." (with optional leading article) (golint)
    • Line 272: warning: exported var ErrRequestDenied should have comment or be unexported (golint)
    • Line 564: warning: comment on exported method SignerAPI.Version should be of the form "Version ..." (golint)
    • go-specialiuma/core/types/transaction_signing.go
    • Line 31: warning: exported var ErrInvalidChainId should have comment or be unexported (golint)
    • Line 105: warning: comment on exported type EIP155Signer should be of the form "EIP155Signer ..." (with optional leading article) (golint)
    • Line 110: warning: exported function NewEIP155Signer should have comment or be unexported (golint)
    • Line 120: warning: exported method EIP155Signer.Equal should have comment or be unexported (golint)
    • Line 127: warning: exported method EIP155Signer.Sender should have comment or be unexported (golint)
    • Line 167: warning: comment on exported type HomesteadSigner should be of the form "HomesteadSigner ..." (with optional leading article) (golint)
    • Line 171: warning: exported method HomesteadSigner.Equal should have comment or be unexported (golint)
    • Line 178: warning: receiver name hs should be consistent with previous receiver name s for HomesteadSigner (golint)
    • Line 182: warning: exported method HomesteadSigner.Sender should have comment or be unexported (golint)
    • Line 182: warning: receiver name hs should be consistent with previous receiver name s for HomesteadSigner (golint)
    • Line 186: warning: exported type FrontierSigner should have comment or be unexported (golint)
    • Line 188: warning: exported method FrontierSigner.Equal should have comment or be unexported (golint)
    • Line 195: warning: receiver name fs should be consistent with previous receiver name s for FrontierSigner (golint)
    • Line 207: warning: receiver name fs should be consistent with previous receiver name s for FrontierSigner (golint)
    • Line 218: warning: exported method FrontierSigner.Sender should have comment or be unexported (golint)
    • Line 218: warning: receiver name fs should be consistent with previous receiver name s for FrontierSigner (golint)
    • go-specialiuma/les/odr.go
    • Line 37: warning: exported function NewLesOdr should have comment or be unexported (golint)
    • Line 84: warning: exported const MsgBlockBodies should have comment (or a comment on this block) or be unexported (golint)
    • go-specialiuma/rpc/subscription.go
    • Line 38: warning: comment on exported var ErrSubscriptionNotFound should be of the form "ErrSubscriptionNotFound ..." (golint)
    • Line 279: warning: error should be the last type when returning multiple items (golint)
    • go-specialiuma/light/odr_util.go
    • Line 33: warning: exported function GetHeaderByNumber should have comment or be unexported (golint)
    • Line 82: warning: exported function GetCanonicalHash should have comment or be unexported (golint)
    • Line 102: 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 258: 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 271: 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 280: 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-specialiuma/p2p/peer_error.go
    • Line 57: warning: exported type DiscReason should have comment or be unexported (golint)
    • Line 60: warning: exported const DiscRequested should have comment (or a comment on this block) or be unexported (golint)
    • go-specialiuma/params/version.go
    • Line 24: warning: exported const VersionMajor should have comment (or a comment on this block) or be unexported (golint)
    • Line 58: warning: exported function VersionWithCommit should have comment or be unexported (golint)
    • go-specialiuma/p2p/enode/idscheme.go
    • Line 31: warning: comment on exported var ValidSchemes should be of the form "ValidSchemes ..." (golint)
    • Line 36: warning: exported var ValidSchemesForTesting should have comment or be unexported (golint)
    • Line 41: warning: comment on exported type V4ID should be of the form "V4ID ..." (with optional leading article) (golint)
    • Line 64: warning: exported method V4ID.Verify should have comment or be unexported (golint)
    • Line 80: warning: exported method V4ID.NodeAddr should have comment or be unexported (golint)
    • Line 95: warning: exported method Secp256k1.ENRKey should have comment or be unexported (golint)
    • Line 143: warning: exported method NullID.Verify should have comment or be unexported (golint)
    • Line 147: warning: exported method NullID.NodeAddr should have comment or be unexported (golint)
    • Line 153: warning: exported function SignNull should have comment or be unexported (golint)
    • go-specialiuma/core/blockchain.go
    • Line 81: warning: exported const TriesInMemory should have comment (or a comment on this block) or be unexported (golint)
    • Line 858: warning: exported const NonStatTy should have comment (or a comment on this block) or be unexported (golint)
    • go-specialiuma/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-specialiuma/metrics/meter.go
    • Line 8: warning: comment on exported type Meter should be of the form "Meter ..." (with optional leading article) (golint)
    • Line 152: warning: comment on exported method NilMeter.Rate15 should be of the form "Rate15 ..." (golint)
    • go-specialiuma/rlp/decode.go
    • Line 35: warning: error var EOL should have name of the form ErrFoo (golint)
    • Line 37: warning: comment on exported var ErrExpectedString should be of the form "ErrExpectedString ..." (golint)
    • Line 39: warning: exported var ErrExpectedList should have comment or be unexported (golint)
    • Line 570: warning: exported const Byte should have comment (or a comment on this block) or be unexported (golint)
    • go-specialiuma/accounts/keystore/key.go
    • Line 42: warning: exported type Key should have comment or be unexported (golint)
    • Line 81: warning: exported type CryptoJSON should have comment or be unexported (golint)
    • Line 94: warning: exported method Key.MarshalJSON should have comment or be unexported (golint)
    • Line 105: warning: exported method Key.UnmarshalJSON should have comment or be unexported (golint)
    • go-specialiuma/p2p/simulations/test.go
    • Line 18: warning: exported function NewNoopService should have comment or be unexported (golint)
    • Line 24: warning: exported method NoopService.Protocols should have comment or be unexported (golint)
    • Line 49: warning: exported method NoopService.APIs should have comment or be unexported (golint)
    • Line 53: warning: exported method NoopService.Start should have comment or be unexported (golint)
    • Line 57: warning: exported method NoopService.Stop should have comment or be unexported (golint)
    • Line 61: warning: exported function VerifyRing should have comment or be unexported (golint)
    • Line 80: warning: exported function VerifyChain should have comment or be unexported (golint)
    • Line 99: warning: exported function VerifyFull should have comment or be unexported (golint)
    • Line 117: warning: exported function VerifyStar should have comment or be unexported (golint)
    • go-specialiuma/les/handler.go
    • Line 54: warning: exported const MaxHeaderFetch should have comment (or a comment on this block) or be unexported (golint)
    • Line 70: warning: exported type BlockChain should have comment or be unexported (golint)
    • Line 91: warning: exported type ProtocolManager should have comment or be unexported (golint)
    • Line 188: warning: exported method ProtocolManager.Start should have comment or be unexported (golint)
    • Line 200: warning: exported method ProtocolManager.Stop should have comment or be unexported (golint)
    • Line 383: 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-specialiuma/contracts/checkpointoracle/oracle_test.go
    • Line 279: 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 302: 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-specialiuma/light/trie.go
    • Line 32: warning: exported function NewState should have comment or be unexported (golint)
    • Line 37: warning: exported function NewStateDatabase should have comment or be unexported (golint)
    • go-specialiuma/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-specialiuma/signer/core/signed_data.go
    • Line 1: warning: package comment should be of the form "Package core ..." (golint)
    • Line 44: warning: exported type SigFormat should have comment or be unexported (golint)
    • Line 50: warning: exported var IntendedValidator should have comment or be unexported (golint)
    • Line 68: warning: exported type ValidatorData should have comment or be unexported (golint)
    • Line 73: warning: exported type TypedData should have comment or be unexported (golint)
    • Line 80: warning: exported type Type should have comment or be unexported (golint)
    • Line 106: warning: exported type Types should have comment or be unexported (golint)
    • Line 108: warning: exported type TypePriority should have comment or be unexported (golint)
    • Line 113: warning: exported type TypedDataMessage should have comment or be unexported (golint)
    • Line 115: warning: exported type TypedDataDomain should have comment or be unexported (golint)
    • Line 268: 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 271: 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 289: warning: comment on exported function SignTextValidator should be of the form "SignTextValidator ..." (golint)
    • Line 581: 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 771: 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 777: 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 790: 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-specialiuma/eth/backend.go
    • Line 56: warning: exported type LesServer should have comment or be unexported (golint)
    • Line 102: warning: exported method Ethereum.AddLesServer should have comment or be unexported (golint)
    • Line 107: warning: comment on exported method Ethereum.SetContractBackend should be of the form "SetContractBackend ..." (golint)
    • Line 342: warning: exported method Ethereum.ResetWithGenesisBlock should have comment or be unexported (golint)
    • Line 346: warning: exported method Ethereum.Etherbase should have comment or be unexported (golint)
    • Line 492: warning: exported method Ethereum.IsMining should have comment or be unexported (golint)
    • Line 493: warning: exported method Ethereum.Miner should have comment or be unexported (golint)
    • Line 495: warning: exported method Ethereum.AccountManager should have comment or be unexported (golint)
    • Line 496: warning: exported method Ethereum.BlockChain should have comment or be unexported (golint)
    • Line 497: warning: exported method Ethereum.TxPool should have comment or be unexported (golint)
    • Line 498: warning: exported method Ethereum.EventMux should have comment or be unexported (golint)
    • Line 499: warning: exported method Ethereum.Engine should have comment or be unexported (golint)
    • Line 500: warning: exported method Ethereum.ChainDb should have comment or be unexported (golint)
    • Line 501: warning: exported method Ethereum.IsListening should have comment or be unexported (golint)
    • Line 502: warning: exported method Ethereum.EthVersion should have comment or be unexported (golint)
    • Line 503: warning: exported method Ethereum.NetVersion should have comment or be unexported (golint)
    • Line 504: warning: exported method Ethereum.Downloader should have comment or be unexported (golint)
    • Line 505: warning: exported method Ethereum.Synced should have comment or be unexported (golint)
    • Line 506: warning: exported method Ethereum.ArchiveMode should have comment or be unexported (golint)
    • go-specialiuma/mobile/bind.go
    • Line 40: warning: exported type MobileSigner should have comment or be unexported (golint)
    • Line 44: warning: exported method MobileSigner.Sign should have comment or be unexported (golint)
    • Line 62: warning: exported method CallOpts.IsPending should have comment or be unexported (golint)
    • Line 63: warning: exported method CallOpts.GetGasLimit should have comment or be unexported (golint)
    • Line 69: warning: exported method CallOpts.SetPending should have comment or be unexported (golint)
    • Line 70: warning: exported method CallOpts.SetGasLimit should have comment or be unexported (golint)
    • Line 71: warning: exported method CallOpts.SetContext should have comment or be unexported (golint)
    • Line 84: warning: comment on exported function NewKeyedTransactOpts should be of the form "NewKeyedTransactOpts ..." (golint)
    • Line 108: warning: exported method TransactOpts.GetFrom should have comment or be unexported (golint)
    • Line 109: warning: exported method TransactOpts.GetNonce should have comment or be unexported (golint)
    • Line 110: warning: exported method TransactOpts.GetValue should have comment or be unexported (golint)
    • Line 111: warning: exported method TransactOpts.GetGasPrice should have comment or be unexported (golint)
    • Line 112: warning: exported method TransactOpts.GetGasLimit should have comment or be unexported (golint)
    • Line 121: warning: exported method TransactOpts.SetFrom should have comment or be unexported (golint)
    • Line 122: warning: exported method TransactOpts.SetNonce should have comment or be unexported (golint)
    • Line 123: warning: exported method TransactOpts.SetSigner should have comment or be unexported (golint)
    • Line 132: warning: exported method TransactOpts.SetValue should have comment or be unexported (golint)
    • Line 133: warning: exported method TransactOpts.SetGasPrice should have comment or be unexported (golint)
    • Line 134: warning: exported method TransactOpts.SetGasLimit should have comment or be unexported (golint)
    • Line 135: warning: exported method TransactOpts.SetContext should have comment or be unexported (golint)
    • Line 178: warning: exported method BoundContract.GetAddress should have comment or be unexported (golint)
    • Line 179: warning: exported method BoundContract.GetDeployer should have comment or be unexported (golint)
    • go-specialiuma/crypto/bn256/cloudflare/bn256.go
    • Line 54: 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 81: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 90: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 99: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 124: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 342: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 351: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 360: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 369: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 378: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 385: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 427: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • go-specialiuma/p2p/metrics.go
    • Line 35: warning: exported const MetricsInboundTraffic should have comment (or a comment on this block) or be unexported (golint)
    • Line 50: warning: exported var PeerIngressRegistry should have comment or be unexported (golint)
    • go-specialiuma/signer/core/types.go
    • Line 30: warning: exported type ValidationInfo should have comment or be unexported (golint)
    • Line 34: warning: exported type ValidationMessages should have comment or be unexported (golint)
    • Line 39: warning: exported const WARN should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: exported method ValidationMessages.Crit should have comment or be unexported (golint)
    • Line 47: warning: exported method ValidationMessages.Warn should have comment or be unexported (golint)
    • Line 50: warning: exported method ValidationMessages.Info should have comment or be unexported (golint)
    • Line 55: warning: receiver name v should be consistent with previous receiver name vs for ValidationMessages (golint)
    • go-specialiuma/accounts/abi/bind/bind.go
    • Line 41: warning: exported const LangGo should have comment (or a comment on this block) or be unexported (golint)
    • Line 522: 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-specialiuma/eth/api_backend.go
    • Line 53: warning: exported method EthAPIBackend.CurrentBlock should have comment or be unexported (golint)
    • Line 57: warning: exported method EthAPIBackend.SetHead should have comment or be unexported (golint)
    • Line 62: warning: exported method EthAPIBackend.HeaderByNumber should have comment or be unexported (golint)
    • Line 75: warning: exported method EthAPIBackend.HeaderByHash should have comment or be unexported (golint)
    • Line 79: warning: exported method EthAPIBackend.BlockByNumber should have comment or be unexported (golint)
    • Line 92: warning: exported method EthAPIBackend.StateAndHeaderByNumber should have comment or be unexported (golint)
    • Line 110: warning: exported method EthAPIBackend.GetBlock should have comment or be unexported (golint)
    • Line 114: warning: exported method EthAPIBackend.GetReceipts should have comment or be unexported (golint)
    • Line 118: warning: exported method EthAPIBackend.GetLogs should have comment or be unexported (golint)
    • Line 130: warning: exported method EthAPIBackend.GetTd should have comment or be unexported (golint)
    • Line 134: warning: exported method EthAPIBackend.GetEVM should have comment or be unexported (golint)
    • Line 142: warning: exported method EthAPIBackend.SubscribeRemovedLogsEvent should have comment or be unexported (golint)
    • Line 146: warning: exported method EthAPIBackend.SubscribeChainEvent should have comment or be unexported (golint)
    • Line 150: warning: exported method EthAPIBackend.SubscribeChainHeadEvent should have comment or be unexported (golint)
    • Line 154: warning: exported method EthAPIBackend.SubscribeChainSideEvent should have comment or be unexported (golint)
    • Line 158: warning: exported method EthAPIBackend.SubscribeLogsEvent should have comment or be unexported (golint)
    • Line 162: warning: exported method EthAPIBackend.SendTx should have comment or be unexported (golint)
    • Line 166: warning: exported method EthAPIBackend.GetPoolTransactions should have comment or be unexported (golint)
    • Line 178: warning: exported method EthAPIBackend.GetPoolTransaction should have comment or be unexported (golint)
    • Line 182: warning: exported method EthAPIBackend.GetTransaction should have comment or be unexported (golint)
    • Line 187: warning: exported method EthAPIBackend.GetPoolNonce should have comment or be unexported (golint)
    • Line 191: warning: exported method EthAPIBackend.Stats should have comment or be unexported (golint)
    • Line 195: warning: exported method EthAPIBackend.TxPoolContent should have comment or be unexported (golint)
    • Line 199: warning: exported method EthAPIBackend.SubscribeNewTxsEvent should have comment or be unexported (golint)
    • Line 203: warning: exported method EthAPIBackend.Downloader should have comment or be unexported (golint)
    • Line 207: warning: exported method EthAPIBackend.ProtocolVersion should have comment or be unexported (golint)
    • Line 211: warning: exported method EthAPIBackend.SuggestPrice should have comment or be unexported (golint)
    • Line 215: warning: exported method EthAPIBackend.ChainDb should have comment or be unexported (golint)
    • Line 219: warning: exported method EthAPIBackend.EventMux should have comment or be unexported (golint)
    • Line 223: warning: exported method EthAPIBackend.AccountManager should have comment or be unexported (golint)
    • Line 227: warning: exported method EthAPIBackend.ExtRPCEnabled should have comment or be unexported (golint)
    • Line 231: warning: exported method EthAPIBackend.RPCGasCap should have comment or be unexported (golint)
    • Line 235: warning: exported method EthAPIBackend.BloomStatus should have comment or be unexported (golint)
    • Line 240: warning: exported method EthAPIBackend.ServiceFilter should have comment or be unexported (golint)
    • go-specialiuma/internal/web3ext/web3ext.go
    • Line 17: warning: package comment should be of the form "Package web3ext ..." (golint)
    • Line 20: warning: exported var Modules should have comment or be unexported (golint)
    • Line 38: warning: exported const ChequebookJs should have comment or be unexported (golint)
    • Line 69: warning: exported const CliqueJs should have comment or be unexported (golint)
    • Line 115: warning: exported const EthashJs should have comment or be unexported (golint)
    • Line 143: warning: exported const AdminJs should have comment or be unexported (golint)
    • Line 221: warning: exported const DebugJs should have comment or be unexported (golint)
    • Line 453: warning: exported const EthJs should have comment or be unexported (golint)
    • Line 523: warning: exported const MinerJs should have comment or be unexported (golint)
    • Line 568: warning: exported const NetJs should have comment or be unexported (golint)
    • Line 581: warning: exported const PersonalJs should have comment or be unexported (golint)
    • Line 637: warning: exported const RpcJs should have comment or be unexported (golint)
    • Line 650: warning: exported const ShhJs should have comment or be unexported (golint)
    • Line 670: warning: exported const SwarmfsJs should have comment or be unexported (golint)
    • Line 694: warning: exported const TxpoolJs should have comment or be unexported (golint)
    • Line 721: warning: exported const AccountingJs should have comment or be unexported (golint)
    • Line 765: warning: exported const LESJs should have comment or be unexported (golint)
    • go-specialiuma/signer/core/uiapi.go
    • Line 35: warning: comment on exported type UIServerAPI should be of the form "UIServerAPI ..." (with optional leading article) (golint)
    • Line 52: warning: comment on exported method UIServerAPI.ListAccounts should be of the form "ListAccounts ..." (golint)
    • Line 187: warning: receiver name api should be consistent with previous receiver name s for UIServerAPI (golint)
    • go-specialiuma/p2p/simulations/http.go
    • Line 367: warning: comment on exported method Server.GetMockers should be of the form "GetMockers ..." (golint)
    • Line 723: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 738: warning: should not use basic type string as key in context.WithValue (golint)
    • go-specialiuma/p2p/simulations/network.go
    • Line 37: warning: exported var DialBanTimeout should have comment or be unexported (golint)
    • Line 413: warning: comment on exported method Network.GetNodeByName should be of the form "GetNodeByName ..." (golint)
    • Line 554: warning: comment on exported method Network.InitConn should be of the form "InitConn ..." (golint)
    • Line 637: warning: exported method Node.Up should have comment or be unexported (golint)
    • Line 643: warning: exported method Node.SetUp should have comment or be unexported (golint)
    • Line 785: warning: exported method Network.SnapshotWithServices should have comment or be unexported (golint)
    • Line 992: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-specialiuma/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-specialiuma/les/benchmark.go
    • Line 77: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 100: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 121: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-specialiuma/eth/downloader/modes.go
    • Line 25: warning: exported const FullSync should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported method SyncMode.IsValid should have comment or be unexported (golint)
    • Line 48: warning: exported method SyncMode.MarshalText should have comment or be unexported (golint)
    • Line 61: warning: exported method SyncMode.UnmarshalText should have comment or be unexported (golint)
    • go-specialiuma/eth/handler.go
    • Line 65: warning: exported type ProtocolManager should have comment or be unexported (golint)
    • Line 244: warning: exported method ProtocolManager.Start should have comment or be unexported (golint)
    • Line 261: warning: exported method ProtocolManager.Stop should have comment or be unexported (golint)
    • go-specialiuma/accounts/accounts.go
    • Line 39: warning: exported const MimetypeDataWithValidator should have comment (or a comment on this block) or be unexported (golint)
    • Line 213: warning: comment on exported const WalletDropped should be of the form "WalletDropped ..." (golint)
    • go-specialiuma/cmd/gsp/retesteth.go
    • Line 70: warning: exported type RetestethTestAPI should have comment or be unexported (golint)
    • Line 79: warning: exported type RetestethEthAPI should have comment or be unexported (golint)
    • Line 88: warning: exported type RetestethDebugAPI should have comment or be unexported (golint)
    • Line 100: warning: exported type RetestWeb3API should have comment or be unexported (golint)
    • Line 104: warning: exported type RetestethAPI should have comment or be unexported (golint)
    • Line 119: warning: exported type ChainParams should have comment or be unexported (golint)
    • Line 126: warning: exported type CParamsParams should have comment or be unexported (golint)
    • Line 148: warning: exported type CParamsGenesis should have comment or be unexported (golint)
    • Line 159: warning: exported type CParamsAccount should have comment or be unexported (golint)
    • Line 167: warning: exported type CPAccountPrecompiled should have comment or be unexported (golint)
    • Line 173: warning: exported type CPAPrecompiledLinear should have comment or be unexported (golint)
    • Line 178: warning: exported type AccountRangeResult should have comment or be unexported (golint)
    • Line 183: warning: exported type StorageRangeResult should have comment or be unexported (golint)
    • Line 188: warning: exported type SRItem should have comment or be unexported (golint)
    • Line 193: warning: exported type NoRewardEngine should have comment or be unexported (golint)
    • Line 198: warning: exported method NoRewardEngine.Author should have comment or be unexported (golint)
    • Line 202: warning: exported method NoRewardEngine.VerifyHeader should have comment or be unexported (golint)
    • Line 206: warning: exported method NoRewardEngine.VerifyHeaders should have comment or be unexported (golint)
    • Line 210: warning: exported method NoRewardEngine.VerifyUncles should have comment or be unexported (golint)
    • Line 214: warning: exported method NoRewardEngine.VerifySeal should have comment or be unexported (golint)
    • Line 218: warning: exported method NoRewardEngine.Prepare should have comment or be unexported (golint)
    • Line 231: warning: exported method NoRewardEngine.Finalize should have comment or be unexported (golint)
    • Line 241: warning: exported method NoRewardEngine.FinalizeAndAssemble should have comment or be unexported (golint)
    • Line 245: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 254: warning: exported method NoRewardEngine.Seal should have comment or be unexported (golint)
    • Line 258: warning: exported method NoRewardEngine.SealHash should have comment or be unexported (golint)
    • Line 262: warning: exported method NoRewardEngine.CalcDifficulty should have comment or be unexported (golint)
    • Line 266: warning: exported method NoRewardEngine.APIs should have comment or be unexported (golint)
    • Line 270: warning: exported method NoRewardEngine.Close should have comment or be unexported (golint)
    • Line 274: warning: exported method RetestethAPI.SetChainParams should have comment or be unexported (golint)
    • Line 414: warning: exported method RetestethAPI.SendRawTransaction should have comment or be unexported (golint)
    • Line 436: warning: exported method RetestethAPI.MineBlocks should have comment or be unexported (golint)
    • Line 548: warning: exported method RetestethAPI.ModifyTimestamp should have comment or be unexported (golint)
    • Line 553: warning: exported method RetestethAPI.ImportRawBlock should have comment or be unexported (golint)
    • Line 565: warning: exported method RetestethAPI.RewindToBlock should have comment or be unexported (golint)
    • Line 575: warning: exported method RetestethAPI.GetLogHash should have comment or be unexported (golint)
    • Line 579: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 582: 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 588: warning: exported method RetestethAPI.BlockNumber should have comment or be unexported (golint)
    • Line 593: warning: exported method RetestethAPI.GetBlockByNumber should have comment or be unexported (golint)
    • Line 607: warning: exported method RetestethAPI.AccountRangeAt should have comment or be unexported (golint)
    • Line 689: warning: exported method RetestethAPI.GetBalance should have comment or be unexported (golint)
    • Line 699: warning: exported method RetestethAPI.GetCode should have comment or be unexported (golint)
    • Line 708: warning: exported method RetestethAPI.GetTransactionCount should have comment or be unexported (golint)
    • Line 717: warning: exported method RetestethAPI.StorageRangeAt should have comment or be unexported (golint)
    • Line 814: warning: exported method RetestethAPI.ClientVersion should have comment or be unexported (golint)
    • go-specialiuma/core/types/transaction.go
    • Line 35: warning: exported var ErrInvalidSig should have comment or be unexported (golint)
    • Line 38: warning: exported type Transaction should have comment or be unexported (golint)
    • Line 74: warning: exported function NewTransaction should have comment or be unexported (golint)
    • Line 78: warning: exported function NewContractCreation should have comment or be unexported (golint)
    • Line 175: warning: exported method Transaction.Data should have comment or be unexported (golint)
    • Line 176: warning: exported method Transaction.Gas should have comment or be unexported (golint)
    • Line 177: warning: exported method Transaction.GasPrice should have comment or be unexported (golint)
    • Line 178: warning: exported method Transaction.Value should have comment or be unexported (golint)
    • Line 179: warning: exported method Transaction.Nonce should have comment or be unexported (golint)
    • Line 180: warning: exported method Transaction.CheckNonce should have comment or be unexported (golint)
    • Line 311: warning: exported method TxByPrice.Push should have comment or be unexported (golint)
    • Line 315: warning: exported method TxByPrice.Pop should have comment or be unexported (golint)
    • Line 399: warning: exported function NewMessage should have comment or be unexported (golint)
    • Line 412: warning: exported method Message.From should have comment or be unexported (golint)
    • Line 413: warning: exported method Message.To should have comment or be unexported (golint)
    • Line 414: warning: exported method Message.GasPrice should have comment or be unexported (golint)
    • Line 415: warning: exported method Message.Value should have comment or be unexported (golint)
    • Line 416: warning: exported method Message.Gas should have comment or be unexported (golint)
    • Line 417: warning: exported method Message.Nonce should have comment or be unexported (golint)
    • Line 418: warning: exported method Message.Data should have comment or be unexported (golint)
    • Line 419: warning: exported method Message.CheckNonce should have comment or be unexported (golint)
    • go-specialiuma/rlp/encode.go
    • Line 28: warning: comment on exported var EmptyString should be of the form "EmptyString ..." (golint)
    • Line 31: warning: exported var EmptyList should have comment or be unexported (golint)
    • go-specialiuma/crypto/bn256/google/bn256.go
    • Line 168: warning: comment on exported function RandomG2 should be of the form "RandomG2 ..." (golint)
    • Line 226: warning: receiver name n should be consistent with previous receiver name e for G2 (golint)
    • Line 309: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 318: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 327: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 336: warning: receiver name n should be consistent with previous receiver name g for GT (golint)
    • Line 374: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • go-specialiuma/mobile/shhclient.go
    • Line 42: warning: comment on exported method WhisperClient.GetInfo should be of the form "GetInfo ..." (golint)
    • Line 64: warning: comment on exported method WhisperClient.MarkTrustedPeer should be of the form "MarkTrustedPeer ..." (golint)
    • Line 138: warning: comment on exported type NewMessageHandler should be of the form "NewMessageHandler ..." (with optional leading article) (golint)
    • go-specialiuma/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-specialiuma/p2p/discv5/node.go
    • Line 271: warning: comment on exported method NodeID.GoString should be of the form "GoString ..." (golint)
    • Line 329: warning: receiver name id should be consistent with previous receiver name n for NodeID (golint)
    • go-specialiuma/les/peer_test.go
    • Line 15: warning: don't use underscores in Go names; const test_networkid should be testNetworkid (golint)
    • Line 16: warning: don't use underscores in Go names; const protocol_version should be protocolVersion (golint)
    • go-specialiuma/params/protocol_params.go
    • Line 22: warning: exported const GasLimitBoundDivisor should have comment (or a comment on this block) or be unexported (golint)
    • Line 91: warning: exported var DifficultyBoundDivisor should have comment or be unexported (golint)
    • go-specialiuma/rpc/types.go
    • Line 61: warning: exported type BlockNumber should have comment or be unexported (golint)
    • Line 64: warning: exported const PendingBlockNumber should have comment (or a comment on this block) or be unexported (golint)
    • Line 105: warning: exported method BlockNumber.Int64 should have comment or be unexported (golint)
    • go-specialiuma/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 172: warning: exported method Block.GetParentHash should have comment or be unexported (golint)
    • Line 173: warning: exported method Block.GetUncleHash should have comment or be unexported (golint)
    • Line 174: warning: exported method Block.GetCoinbase should have comment or be unexported (golint)
    • Line 175: warning: exported method Block.GetRoot should have comment or be unexported (golint)
    • Line 176: warning: exported method Block.GetTxHash should have comment or be unexported (golint)
    • Line 177: warning: exported method Block.GetReceiptHash should have comment or be unexported (golint)
    • Line 178: warning: exported method Block.GetBloom should have comment or be unexported (golint)
    • Line 179: warning: exported method Block.GetDifficulty should have comment or be unexported (golint)
    • Line 180: warning: exported method Block.GetNumber should have comment or be unexported (golint)
    • Line 181: warning: exported method Block.GetGasLimit should have comment or be unexported (golint)
    • Line 182: warning: exported method Block.GetGasUsed should have comment or be unexported (golint)
    • Line 183: warning: exported method Block.GetTime should have comment or be unexported (golint)
    • Line 184: warning: exported method Block.GetExtra should have comment or be unexported (golint)
    • Line 185: warning: exported method Block.GetMixDigest should have comment or be unexported (golint)
    • Line 186: warning: exported method Block.GetNonce should have comment or be unexported (golint)
    • Line 187: warning: exported method Block.GetHash should have comment or be unexported (golint)
    • Line 188: warning: exported method Block.GetHeader should have comment or be unexported (golint)
    • Line 189: warning: exported method Block.GetUncles should have comment or be unexported (golint)
    • Line 190: warning: exported method Block.GetTransactions should have comment or be unexported (golint)
    • Line 191: warning: exported method Block.GetTransaction should have comment or be unexported (golint)
    • Line 248: warning: exported method Transaction.GetData should have comment or be unexported (golint)
    • Line 249: warning: exported method Transaction.GetGas should have comment or be unexported (golint)
    • Line 250: warning: exported method Transaction.GetGasPrice should have comment or be unexported (golint)
    • Line 251: warning: exported method Transaction.GetValue should have comment or be unexported (golint)
    • Line 252: warning: exported method Transaction.GetNonce should have comment or be unexported (golint)
    • Line 254: warning: exported method Transaction.GetHash should have comment or be unexported (golint)
    • Line 255: warning: exported method Transaction.GetCost should have comment or be unexported (golint)
    • Line 257: warning: comment on exported method Transaction.GetSigHash should be of the form "GetSigHash ..." (golint)
    • Line 260: warning: comment on exported method Transaction.GetFrom should be of the form "GetFrom ..." (golint)
    • Line 270: warning: exported method Transaction.GetTo should have comment or be unexported (golint)
    • Line 277: warning: exported method Transaction.WithSignature should have comment or be unexported (golint)
    • Line 340: warning: exported method Receipt.GetStatus should have comment or be unexported (golint)
    • Line 341: warning: exported method Receipt.GetPostState should have comment or be unexported (golint)
    • Line 342: warning: exported method Receipt.GetCumulativeGasUsed should have comment or be unexported (golint)
    • Line 343: warning: exported method Receipt.GetBloom should have comment or be unexported (golint)
    • Line 344: warning: exported method Receipt.GetLogs should have comment or be unexported (golint)
    • Line 345: warning: exported method Receipt.GetTxHash should have comment or be unexported (golint)
    • Line 346: warning: exported method Receipt.GetContractAddress should have comment or be unexported (golint)
    • Line 347: warning: exported method Receipt.GetGasUsed should have comment or be unexported (golint)
    • Line 359: warning: exported function NewNewMessage should have comment or be unexported (golint)
    • Line 366: warning: exported method NewMessage.GetSymKeyID should have comment or be unexported (golint)
    • Line 367: warning: exported method NewMessage.SetSymKeyID should have comment or be unexported (golint)
    • Line 368: warning: exported method NewMessage.GetPublicKey should have comment or be unexported (golint)
    • Line 369: warning: exported method NewMessage.SetPublicKey should have comment or be unexported (golint)
    • Line 372: warning: exported method NewMessage.GetSig should have comment or be unexported (golint)
    • Line 373: warning: exported method NewMessage.SetSig should have comment or be unexported (golint)
    • Line 374: warning: exported method NewMessage.GetTTL should have comment or be unexported (golint)
    • Line 375: warning: exported method NewMessage.SetTTL should have comment or be unexported (golint)
    • Line 376: warning: exported method NewMessage.GetPayload should have comment or be unexported (golint)
    • Line 377: warning: exported method NewMessage.SetPayload should have comment or be unexported (golint)
    • Line 378: warning: exported method NewMessage.GetPowTime should have comment or be unexported (golint)
    • Line 379: warning: exported method NewMessage.SetPowTime should have comment or be unexported (golint)
    • Line 380: warning: exported method NewMessage.GetPowTarget should have comment or be unexported (golint)
    • Line 381: warning: exported method NewMessage.SetPowTarget should have comment or be unexported (golint)
    • Line 382: warning: exported method NewMessage.GetTargetPeer should have comment or be unexported (golint)
    • Line 383: warning: exported method NewMessage.SetTargetPeer should have comment or be unexported (golint)
    • Line 384: warning: exported method NewMessage.GetTopic should have comment or be unexported (golint)
    • Line 385: warning: exported method NewMessage.SetTopic should have comment or be unexported (golint)
    • Line 392: warning: exported method Message.GetSig should have comment or be unexported (golint)
    • Line 393: warning: exported method Message.GetTTL should have comment or be unexported (golint)
    • Line 394: warning: exported method Message.GetTimestamp should have comment or be unexported (golint)
    • Line 395: warning: exported method Message.GetPayload should have comment or be unexported (golint)
    • Line 396: warning: exported method Message.GetPoW should have comment or be unexported (golint)
    • Line 397: warning: exported method Message.GetHash should have comment or be unexported (golint)
    • Line 398: warning: exported method Message.GetDst should have comment or be unexported (golint)
    • Line 423: warning: exported function NewCriteria should have comment or be unexported (golint)
    • Line 432: warning: exported method Criteria.GetSymKeyID should have comment or be unexported (golint)
    • Line 433: warning: exported method Criteria.SetSymKeyID should have comment or be unexported (golint)
    • Line 434: warning: exported method Criteria.GetPrivateKeyID should have comment or be unexported (golint)
    • Line 435: warning: exported method Criteria.SetPrivateKeyID should have comment or be unexported (golint)
    • Line 436: warning: exported method Criteria.GetSig should have comment or be unexported (golint)
    • Line 437: warning: exported method Criteria.SetSig should have comment or be unexported (golint)
    • Line 438: warning: exported method Criteria.GetMinPow should have comment or be unexported (golint)
    • Line 439: warning: exported method Criteria.SetMinPow should have comment or be unexported (golint)
    • go-specialiuma/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)

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-specialiuma/eth/api_tracer.go
    • Line 140: warning: cyclomatic complexity 41 of function (*PrivateDebugAPI).traceChain() is high (> 15) (gocyclo)
    • Line 526: warning: cyclomatic complexity 19 of function (*PrivateDebugAPI).standardTraceBlockToFile() is high (> 15) (gocyclo)
    • go-specialiuma/core/tx_pool_test.go
    • Line 556: warning: cyclomatic complexity 28 of function TestTransactionPostponing() is high (> 15) (gocyclo)
    • Line 1088: warning: cyclomatic complexity 24 of function TestTransactionPoolRepricing() is high (> 15) (gocyclo)
    • Line 1271: warning: cyclomatic complexity 20 of function TestTransactionPoolUnderpricing() is high (> 15) (gocyclo)
    • Line 461: warning: cyclomatic complexity 19 of function TestTransactionDropping() is high (> 15) (gocyclo)
    • Line 1526: warning: cyclomatic complexity 19 of function testTransactionJournaling() is high (> 15) (gocyclo)
    • Line 1443: warning: cyclomatic complexity 17 of function TestTransactionReplacement() is high (> 15) (gocyclo)
    • go-specialiuma/metrics/ewma_test.go
    • Line 152: warning: cyclomatic complexity 17 of function TestEWMA15() is high (> 15) (gocyclo)
    • Line 83: warning: cyclomatic complexity 17 of function TestEWMA5() is high (> 15) (gocyclo)
    • Line 14: warning: cyclomatic complexity 17 of function TestEWMA1() is high (> 15) (gocyclo)
    • go-specialiuma/eth/downloader/downloader.go
    • Line 701: warning: cyclomatic complexity 45 of function (*Downloader).findAncestor() is high (> 15) (gocyclo)
    • Line 1185: warning: cyclomatic complexity 44 of function (*Downloader).fetchParts() is high (> 15) (gocyclo)
    • Line 1359: warning: cyclomatic complexity 41 of function (*Downloader).processHeaders() is high (> 15) (gocyclo)
    • Line 911: warning: cyclomatic complexity 35 of function (*Downloader).fetchHeaders() is high (> 15) (gocyclo)
    • Line 1574: warning: cyclomatic complexity 25 of function (*Downloader).processFastSyncContent() is high (> 15) (gocyclo)
    • Line 416: warning: cyclomatic complexity 24 of function (*Downloader).syncWithPeer() is high (> 15) (gocyclo)
    • Line 348: warning: cyclomatic complexity 17 of function (*Downloader).synchronise() is high (> 15) (gocyclo)
    • go-specialiuma/trie/trie.go
    • Line 273: warning: cyclomatic complexity 25 of function (*Trie).delete() is high (> 15) (gocyclo)
    • Line 182: warning: cyclomatic complexity 19 of function (*Trie).insert() is high (> 15) (gocyclo)
    • go-specialiuma/miner/worker.go
    • Line 832: warning: cyclomatic complexity 29 of function (*worker).commitNewWork() is high (> 15) (gocyclo)
    • Line 400: warning: cyclomatic complexity 28 of function (*worker).mainLoop() is high (> 15) (gocyclo)
    • Line 288: warning: cyclomatic complexity 22 of function (*worker).newWorkLoop() is high (> 15) (gocyclo)
    • Line 718: warning: cyclomatic complexity 21 of function (*worker).commitTransactions() is high (> 15) (gocyclo)
    • go-specialiuma/les/handler.go
    • Line 336: warning: cyclomatic complexity 175 of function (*ProtocolManager).handleMsg() is high (> 15) (gocyclo)
    • Line 262: warning: cyclomatic complexity 16 of function (*ProtocolManager).handle() is high (> 15) (gocyclo)
    • go-specialiuma/core/blockchain.go
    • Line 938: warning: cyclomatic complexity 55 of function (*BlockChain).InsertReceiptChain() is high (> 15) (gocyclo)
    • Line 1447: warning: cyclomatic complexity 47 of function (*BlockChain).insertChain() is high (> 15) (gocyclo)
    • Line 1256: warning: cyclomatic complexity 27 of function (*BlockChain).writeBlockWithState() is high (> 15) (gocyclo)
    • Line 1844: warning: cyclomatic complexity 27 of function (*BlockChain).reorg() is high (> 15) (gocyclo)
    • Line 180: warning: cyclomatic complexity 21 of function NewBlockChain() is high (> 15) (gocyclo)
    • Line 1729: warning: cyclomatic complexity 21 of function (*BlockChain).insertSideChain() is high (> 15) (gocyclo)
    • go-specialiuma/core/blockchain_test.go
    • Line 589: warning: cyclomatic complexity 28 of function TestFastVsFullChains() is high (> 15) (gocyclo)
    • Line 978: warning: cyclomatic complexity 24 of function TestLogRebirth() is high (> 15) (gocyclo)
    • Line 1882: warning: cyclomatic complexity 22 of function testInsertKnownChainData() is high (> 15) (gocyclo)
    • Line 1312: warning: cyclomatic complexity 17 of function TestEIP155Transition() is high (> 15) (gocyclo)
    • Line 375: warning: cyclomatic complexity 17 of function testReorg() is high (> 15) (gocyclo)
    • Line 817: warning: cyclomatic complexity 17 of function TestChainTxReorgs() is high (> 15) (gocyclo)
    • Line 706: warning: cyclomatic complexity 16 of function TestLightVsFastVsFullChainHeads() is high (> 15) (gocyclo)
    • go-specialiuma/whisper/whisperv6/whisper_test.go
    • Line 262: warning: cyclomatic complexity 51 of function TestWhisperSymKeyManagement() is high (> 15) (gocyclo)
    • Line 144: warning: cyclomatic complexity 32 of function TestWhisperIdentityManagement() is high (> 15) (gocyclo)
    • Line 31: warning: cyclomatic complexity 21 of function TestWhisperBasic() is high (> 15) (gocyclo)
    • Line 833: warning: cyclomatic complexity 17 of function TestBloom() is high (> 15) (gocyclo)
    • Line 519: warning: cyclomatic complexity 16 of function TestCustomization() is high (> 15) (gocyclo)
    • go-specialiuma/les/fetcher.go
    • Line 253: warning: cyclomatic complexity 24 of function (*lightFetcher).announce() is high (> 15) (gocyclo)
    • Line 138: warning: cyclomatic complexity 21 of function (*lightFetcher).syncLoop() is high (> 15) (gocyclo)
    • Line 628: warning: cyclomatic complexity 17 of function (*lightFetcher).checkAnnouncedHeaders() is high (> 15) (gocyclo)
    • go-specialiuma/cmd/gsp/retesteth.go
    • Line 274: warning: cyclomatic complexity 25 of function (*RetestethAPI).SetChainParams() is high (> 15) (gocyclo)
    • Line 446: warning: cyclomatic complexity 19 of function (*RetestethAPI).mineBlock() is high (> 15) (gocyclo)
    • Line 717: warning: cyclomatic complexity 16 of function (*RetestethAPI).StorageRangeAt() is high (> 15) (gocyclo)
    • go-specialiuma/consensus/clique/clique.go
    • Line 245: warning: cyclomatic complexity 22 of function (*Clique).verifyHeader() is high (> 15) (gocyclo)
    • Line 348: warning: cyclomatic complexity 21 of function (*Clique).snapshot() is high (> 15) (gocyclo)
    • Line 584: warning: cyclomatic complexity 16 of function (*Clique).Seal() is high (> 15) (gocyclo)
    • go-specialiuma/core/tx_pool.go
    • Line 1193: warning: cyclomatic complexity 23 of function (*TxPool).truncatePending() is high (> 15) (gocyclo)
    • Line 306: warning: cyclomatic complexity 17 of function (*TxPool).loop() is high (> 15) (gocyclo)
    • Line 560: warning: cyclomatic complexity 16 of function (*TxPool).add() is high (> 15) (gocyclo)
    • go-specialiuma/console/console.go
    • Line 109: warning: cyclomatic complexity 27 of function (*Console).init() is high (> 15) (gocyclo)
    • Line 318: warning: cyclomatic complexity 19 of function (*Console).Interactive() is high (> 15) (gocyclo)
    • Line 394: warning: cyclomatic complexity 16 of function countIndents() is high (> 15) (gocyclo)
    • go-specialiuma/p2p/discv5/net.go
    • Line 363: warning: cyclomatic complexity 54 of function (*Network).loop() is high (> 15) (gocyclo)
    • Line 872: warning: cyclomatic complexity 28 of function init() is high (> 15) (gocyclo)
    • Line 1148: warning: cyclomatic complexity 18 of function (*Network).handleQueryEvent() is high (> 15) (gocyclo)
    • go-specialiuma/dashboard/log.go
    • Line 134: warning: cyclomatic complexity 26 of function (*Dashboard).streamLogs() is high (> 15) (gocyclo)
    • Line 59: warning: cyclomatic complexity 21 of function (*Dashboard).handleLogRequest() 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!