Skip to content

Commit a679eb2

Browse files
committed
version update to 1.2.1 in readme
1 parent 7f13715 commit a679eb2

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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

formatter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)