Versions in this module Expand all Collapse all v1 v1.13.12 Feb 9, 2025 Changes in this version + func Capitalize(str string) string + func Concat(parts ...string) string + func Diff(new, old []string) (add, del []string) + func String(b []byte) string + type Builder struct + func NewBuilder(b []byte) *Builder + func NewBuilderSize(ncap int) *Builder + func (p *Builder) Add(s string) *Builder + func (p *Builder) AddByte(s ...byte) *Builder + func (p *Builder) Build() string