bytes.Buffer.Available (method)

one use

	bytes (current package)
		buffer.go#L86: func (b *Buffer) Available() int { return cap(b.buf) - len(b.buf) }