File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# StringFormatter
22
3- A set of a *** high performance string tools*** that helps to build strings from templates and process text that
4- faster than ` fmt ` !!!.
3+ A set of a *** high performance string tools*** that helps to build strings from templates and process text faster than with ` fmt ` !!!.
54
65![ GitHub go.mod Go version (subdirectory of monorepo)] ( https://img.shields.io/github/go-mod/go-version/wissance/stringFormatter?style=plastic )
76![ GitHub code size in bytes] ( https://img.shields.io/github/languages/code-size/wissance/stringFormatter?style=plastic )
87![ GitHub issues] ( https://img.shields.io/github/issues/wissance/stringFormatter?style=plastic )
98![ GitHub Release Date] ( https://img.shields.io/github/release-date/wissance/stringFormatter )
10- ![ GitHub release (latest by date)] ( https://img.shields.io/github/downloads/wissance/stringFormatter/v1.2.0 /total?style=plastic )
9+ ![ GitHub release (latest by date)] ( https://img.shields.io/github/downloads/wissance/stringFormatter/v1.2.1 /total?style=plastic )
1110
1211![ String Formatter: a convenient string formatting tool] ( /img/sf_cover.png )
1312
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ func FormatComplex(template string, args map[string]any) string {
160160 // possibly it is a template placeholder
161161 if i == templateLen - 1 {
162162 // if we gave { at the end of line i.e. -> type serviceHealth struct {,
163- // without this write we got type serviceHealth struct
163+ // without this write we got type serviceHealth struct
164164 formattedStr .WriteByte ('{' )
165165 break
166166 }
You can’t perform that action at this time.
0 commit comments