Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + type Buffer struct + func NewBuffer(data []byte) *Buffer + func (b *Buffer) Bytes() []byte + func (b *Buffer) Delete(start, end int) + func (b *Buffer) Insert(pos int, new string) + func (b *Buffer) Replace(start, end int, new string) + func (b *Buffer) String() string