bytes.Buffer.Grow (method)
7 uses
bytes (current package)
buffer.go#L164: func (b *Buffer) Grow(n int) {
crypto/tls
conn.go#L830: c.rawInput.Grow(needs + bytes.MinRead)
encoding/json
encode.go#L443: e.Grow(len(b))
encode.go#L462: e.Grow(len(b))
indent.go#L15: dst.Grow(len(src))
indent.go#L42: dst.Grow(len(src))
indent.go#L119: dst.Grow(indentGrowthFactor * len(src))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |