bytes.Buffer.Cap (method)

one use

	bytes (current package)
		buffer.go#L83: func (b *Buffer) Cap() int { return cap(b.buf) }