neoneo-go/pkg/io
Roman Khimov 8b3080b972 io: rename Read/WriteBytes to Read/WriteB
go vet is not happy about them:
  pkg/io/binaryReader.go:92:21: method ReadByte() byte should have signature ReadByte() (byte, error)
  pkg/io/binaryWriter.go:75:21: method WriteByte(u8 byte) should have signature WriteByte(byte) error
2019-12-12 20:19:50 +03:00
..
binaryBufWriter.go vm: add bufBinWriter to emit functions in order to catch errors 2019-12-02 13:04:33 +03:00
binaryReader.go io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
binaryrw_test.go io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
binaryWriter.go io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
fileWriter.go io: move common function and add unit tests for it 2019-11-06 17:12:33 +03:00
fileWriter_test.go io: move common function and add unit tests for it 2019-11-06 17:12:33 +03:00
serializable.go io: optimize BinWriter.WriteArray() 2019-12-09 14:59:49 +03:00
size.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
size_test.go io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00