const bytes.MinRead
3 uses
bytes (current package)
buffer.go#L193: const MinRead = 512
buffer.go#L202: i := b.grow(MinRead)
crypto/tls
conn.go#L797: c.rawInput.Grow(needs + bytes.MinRead)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)