func io.ReadAtLeast

2 uses

	io (current package)
		io.go#L325: func ReadAtLeast(r Reader, buf []byte, min int) (n int, err error) {
		io.go#L350: 	return ReadAtLeast(r, buf, len(buf))