const bytes.MinRead
3 uses
bytes (current package)
buffer.go#L206: const MinRead = 512
buffer.go#L215: i := b.grow(MinRead)
crypto/tls
conn.go#L837: c.rawInput.Grow(needs + bytes.MinRead)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)