Unknwon 2fd69f13d9 vendor: check in vendors | %!s(int64=7) %!d(string=hai) anos | |
---|---|---|
.. | ||
LICENSE | %!s(int64=7) %!d(string=hai) anos | |
Makefile | %!s(int64=7) %!d(string=hai) anos | |
README.md | %!s(int64=7) %!d(string=hai) anos | |
buffer.go | %!s(int64=7) %!d(string=hai) anos | |
bufio.go | %!s(int64=7) %!d(string=hai) anos |
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.