選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Mura Li d77176912b Use Go1.11 module (#5743) 5年前
..
.travis.yml Use Go1.11 module (#5743) 5年前
LICENSE Added all required dependencies 7年前
Makefile Use Go1.11 module (#5743) 5年前
README.md Use Go1.11 module (#5743) 5年前
buffer.go Added all required dependencies 7年前
bufio.go Added all required dependencies 7年前

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.