bytes.Buffer.Truncate (method)

2 uses

	bytes (current package)
		buffer.go#L91: func (b *Buffer) Truncate(n int) {

	net/http
		h2_bundle.go#L3033: 			buf.Truncate(buf.Len() - 1) // remove trailing comma