diff --git a/README.md b/README.md index f132f630..cca04819 100644 --- a/README.md +++ b/README.md @@ -1487,6 +1487,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [goreleaser](https://github.com/goreleaser/goreleaser) - Deliver Go binaries as fast and easily as possible. * [goreporter](https://github.com/wgliang/goreporter) - Golang tool that does static analysis, unit testing, code review and generate code quality report. * [goseaweedfs](https://github.com/linxGnu/goseaweedfs) - SeaweedFS client library with almost full features. +* [gostrutils](https://github.com/ik5/gostrutils) - Collections of string manipulation and conversion functions. * [gotenv](https://github.com/subosito/gotenv) - Load environment variables from `.env` or any `io.Reader` in Go. * [goxlsxwriter](https://github.com/fterrag/goxlsxwriter) - Golang bindings for libxlsxwriter for writing XLSX (Microsoft Excel) files. * [gpath](https://github.com/tenntenn/gpath) - Library to simplify access struct fields with Go's expression in reflection.