neo-go/pkg/network/payload
Roman Khimov a9b9c9226d *: add/fix godoc comments to satisfy golint
Fixes things like:
 * exported type/method/function X should have comment or be unexported
 * comment on exported type/method/function X should be of the form "X ..."
   (with optional leading article)

Refs. #213.
2019-09-03 17:57:51 +03:00
..
address.go pkg/network: convert to using binaryReader/Writer 2019-08-28 19:45:17 +03:00
address_test.go payload: improve address test 2019-08-29 21:23:57 +03:00
getblocks.go pkg/network: convert to using binaryReader/Writer 2019-08-28 19:45:17 +03:00
getblocks_test.go payload: fix tests to use asserts 2019-08-29 21:23:57 +03:00
headers.go payload: extend headers test, add limit 2019-08-30 11:41:10 +03:00
headers_test.go payload: extend headers test, add limit 2019-08-30 11:41:10 +03:00
inventory.go payload: fix wrong stringer impl for InventoryType 2019-08-30 11:41:10 +03:00
inventory_test.go payload: move one test from dev for inventory 2019-08-30 11:41:10 +03:00
merkleblock.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
payload.go [FIX] Formatting and code-style (#118) 2019-01-25 12:20:35 +01:00
version.go payload: fix Size() calculation for version 2019-08-29 21:23:57 +03:00
version_test.go payload: expand version test with explicit data checks 2019-08-29 21:23:57 +03:00