const bytes.MinRead
4 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)
google.golang.org/grpc
rpc_util.go#L687: buf := bytes.NewBuffer(make([]byte, 0, size+bytes.MinRead))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |