From bb24009a6b8b6a520c50161ab48bf8a93c3226ac Mon Sep 17 00:00:00 2001 From: Ido Kanner <73091+ik5@users.noreply.github.com> Date: Sun, 6 Jan 2019 19:08:34 +0200 Subject: [PATCH] added my gostrutils collection (#2311) * added my gostrutils collection * fixed entry location --- README.md | 1 + 1 file changed, 1 insertion(+) 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.