Versions in this module Expand all Collapse all v0 v0.2.0 Nov 7, 2022 Changes in this version + type StrBuffer struct + func NewStrBuffer(val ...string) *StrBuffer + func (b *StrBuffer) NewLine() *StrBuffer + func (b *StrBuffer) String() string + func (b *StrBuffer) Write(str string) *StrBuffer v0.1.0 Nov 6, 2022 Changes in this version + func CleanCr(body string) string