neoneo-go/pkg/network
Roman Khimov db9e37b3bb *: fix golint's omit type suggestions
pkg/core/transaction/attribute.go:67:14: should omit type uint8 from declaration of var urllen; it will be inferred from the right-hand side
pkg/crypto/keys/publickey.go:184:8: should omit type []byte from declaration of var b; it will be inferred from the right-hand side
pkg/network/payload/version_test.go:15:12: should omit type bool from declaration of var relay; it will be inferred from the right-hand side

Refs. #213.
2019-09-03 18:16:48 +03:00
..
payload *: fix golint's omit type suggestions 2019-09-03 18:16:48 +03:00
discovery.go Fix typos (#133) 2019-02-13 18:01:10 +00:00
helper_test.go util: drop RandUint32() 2019-08-26 13:32:19 +03:00
message.go network: decode CMDGetData the same way as CMDInv 2019-08-30 13:14:12 +03:00
message_test.go Node improvements (#47) 2018-03-14 10:36:59 +01:00
peer.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
relay_reason.go Implement rpc server method: sendrawtransaction (#174) 2019-03-20 12:30:05 +00:00
server.go util: drop RandUint32() 2019-08-26 13:32:19 +03:00
server_config.go Fix typos and warnings for GoReport / GolangCiLinter (#132) 2019-02-09 16:53:58 +01:00
server_test.go [FIX] Formatting and code-style (#118) 2019-01-25 12:20:35 +01:00
tcp_peer.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
tcp_transport.go Code refactoring (#143) 2019-02-19 14:22:33 +01:00
transport.go Fixed some networking issues (#68) 2018-04-13 12:14:08 +02:00