From c4a9c67aab51509bcfc94d8a411a4f9016b1f87f Mon Sep 17 00:00:00 2001 From: Tymoteusz Blazejczyk Date: Fri, 23 Oct 2020 22:13:03 +0200 Subject: [PATCH] Added the Go Formatter library to the Awesome list. (#3307) * Added the Go Formatter library to the Awesome list. * Removed generated tags file with ctags tool * Changed order to pass CI. Go Formatter must be first :) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e628d3f8..9b753fde 100644 --- a/README.md +++ b/README.md @@ -1222,6 +1222,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for working with strings.* +* [go-formatter](https://gitlab.com/tymonx/go-formatter) - Implements **replacement fields** surrounded by curly braces `{}` format strings. * [gobeam/Stringy](https://github.com/gobeam/Stringy) - String manipulation library to convert string to camel case, snake case, kebab case / slugify etc. * [strutil](https://github.com/ozgio/strutil) - String utilities. * [xstrings](https://github.com/huandu/xstrings) - Collection of useful string functions ported from other languages.