neo-go/pkg
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
..
core *: fix golint's omit type suggestions 2019-09-03 18:16:48 +03:00
crypto *: fix golint's omit type suggestions 2019-09-03 18:16:48 +03:00
internal/keytestcases *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
interop *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
io Implemented rpc server method GetRawTransaction (#135) 2019-02-20 18:39:32 +01:00
network *: fix golint's omit type suggestions 2019-09-03 18:16:48 +03:00
rpc *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
smartcontract *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
util util: add error check to Read/WriteVarUint 2019-08-29 13:26:03 +03:00
vm *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
wallet *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00