Versions in this module Expand all Collapse all v1 v1.0.0 Mar 2, 2023 Changes in this version + func ReflectString() string + func ReflectStringV2(option atgconstant.Options) string + func ReflectStringV3(id string) string + 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