neo-go/pkg/io
Roman Khimov e5ed7a7eb7 io: fix lintian suggestions in test code
golint:
  pkg/io/binaryrw_test.go:25:11: should omit type []byte from declaration of var bin; it will be inferred from the right-hand side
  pkg/io/binaryrw_test.go:42:11: should omit type []byte from declaration of var bin; it will be inferred from the right-hand side
  pkg/io/binaryrw_test.go:118:7: should omit type string from declaration of var str; it will be inferred from the right-hand side
2019-10-17 12:25:36 +03:00
..
binaryBufWriter.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
binaryReader.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
binaryrw_test.go io: fix lintian suggestions in test code 2019-10-17 12:25:36 +03:00
binaryWriter.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
serializable.go io: redo Serializable to return errors in BinReader/BinWriter 2019-09-17 13:21:52 +03:00
size.go io: drop getVarStringSize() completely 2019-09-20 20:01:56 +03:00
size_test.go io: expand panic tests to reach 100% coverage 2019-09-17 13:23:24 +03:00