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 :)
This commit is contained in:
Tymoteusz Blazejczyk 2020-10-23 22:13:03 +02:00 committed by GitHub
parent 87a285252e
commit c4a9c67aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1222,6 +1222,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for working with strings.* *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. * [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. * [strutil](https://github.com/ozgio/strutil) - String utilities.
* [xstrings](https://github.com/huandu/xstrings) - Collection of useful string functions ported from other languages. * [xstrings](https://github.com/huandu/xstrings) - Collection of useful string functions ported from other languages.