Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Mura Li d77176912b Use Go1.11 module (#5743) pirms 5 gadiem
..
.travis.yml Use Go1.11 module (#5743) pirms 5 gadiem
LICENSE Added all required dependencies pirms 7 gadiem
Makefile Use Go1.11 module (#5743) pirms 5 gadiem
README.md Use Go1.11 module (#5743) pirms 5 gadiem
buffer.go Added all required dependencies pirms 7 gadiem
bufio.go Added all required dependencies pirms 7 gadiem

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.