mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
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:
parent
87a285252e
commit
c4a9c67aab
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user