This repository was archived by the owner on Nov 21, 2025. It is now read-only.
v0.8.0
Added
- The string builder can now be used to append integers, boolean & collection of strings.
sb.AppendInt(1).AppendBool(true).AppendList([]string{"a", "b", "c"})