Skip to content

Commit

Permalink
Added the Go Formatter library to the Awesome list. (#3307)
Browse files Browse the repository at this point in the history
* 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 :)
  • Loading branch information
tymonx committed Oct 23, 2020
1 parent 87a2852 commit c4a9c67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c4a9c67

Please sign in to comment.