bergquist 6253476c73 tech(build): move dependencies to vendor folder 9 лет назад
..
.travis.yml 6253476c73 tech(build): move dependencies to vendor folder 9 лет назад
LICENSE 6253476c73 tech(build): move dependencies to vendor folder 9 лет назад
Makefile 6253476c73 tech(build): move dependencies to vendor folder 9 лет назад
README.md 6253476c73 tech(build): move dependencies to vendor folder 9 лет назад
buffer.go 6253476c73 tech(build): move dependencies to vendor folder 9 лет назад
buffer_test.go 6253476c73 tech(build): move dependencies to vendor folder 9 лет назад
bufio.go 6253476c73 tech(build): move dependencies to vendor folder 9 лет назад
bufio_test.go 6253476c73 tech(build): move dependencies to vendor folder 9 лет назад
export_test.go 6253476c73 tech(build): move dependencies to vendor folder 9 лет назад

README.md

bufio

This is a fork of the http://golang.org/pkg/bufio/ package. It adds ReadN method that allows reading next n bytes from the internal buffer without allocating intermediate buffer. This method works just like the Buffer.Next method, but has slightly different signature.