neoneo-go/pkg/crypto/keys
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
..
nep2.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
nep2_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00
private_key.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
private_key_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00
publickey.go *: fix golint's omit type suggestions 2019-09-03 18:16:48 +03:00
publickey_test.go keys: change Signature() and Address() to not return errors 2019-08-27 17:46:01 +03:00
sign_verify_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00
wif.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
wif_test.go keys: simplify tests with assert package 2019-08-27 17:46:01 +03:00