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))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)