bytes.Buffer.Available (method) one use bytes (current package) buffer.go#L86: func (b *Buffer) Available() int { return cap(b.buf) - len(b.buf) }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)