func io.ReadAtLeast

2 uses

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