├── LICENSE ├── README.md ├── go.mod ├── reader.go └── reader_test.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunfish-shogi/bufseekio/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunfish-shogi/bufseekio/HEAD/README.md -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunfish-shogi/bufseekio/HEAD/go.mod -------------------------------------------------------------------------------- /reader.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunfish-shogi/bufseekio/HEAD/reader.go -------------------------------------------------------------------------------- /reader_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sunfish-shogi/bufseekio/HEAD/reader_test.go --------------------------------------------------------------------------------