mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add shoutrrr (#3048)
also add a `uncategorized` category to make it clearer that it's not a continuation of the `strings` category.
This commit is contained in:
parent
7be62a4ac6
commit
40b3b39d53
@ -59,6 +59,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
- [Dependency Injection](#dependency-injection)
|
||||
- [Project Layout](#project-layout)
|
||||
- [Strings](#strings)
|
||||
- [Uncategorized](#uncategorized)
|
||||
- [Natural Language Processing](#natural-language-processing)
|
||||
- [Networking](#networking)
|
||||
- [HTTP Clients](#http-clients)
|
||||
@ -1179,6 +1180,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [strutil](https://github.com/ozgio/strutil) - String utilities.
|
||||
* [xstrings](https://github.com/huandu/xstrings) - Collection of useful string functions ported from other languages.
|
||||
|
||||
### Uncategorized
|
||||
|
||||
*These libraries were placed here because none of the other categories seemed to fit.*
|
||||
|
||||
* [anagent](https://github.com/mudler/anagent) - Minimalistic, pluggable Golang evloop/timer handler with dependency-injection.
|
||||
@ -1221,6 +1224,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [sandid](https://github.com/aofei/sandid) - Every grain of sand on earth has its own ID.
|
||||
* [shellwords](https://github.com/Wing924/shellwords) - A Golang library to manipulate strings according to the word parsing rules of the UNIX Bourne shell.
|
||||
* [shortid](https://github.com/teris-io/shortid) - Distributed generation of super short, unique, non-sequential, URL friendly IDs.
|
||||
* [shoutrrr](https://github.com/containrrr/shoutrrr) - Notification library providing easy access to various messaging services like slack, mattermost, gotify and smtp among others.
|
||||
* [stateless](https://github.com/qmuntal/stateless) - A fluent library for creating state machines.
|
||||
* [stats](https://github.com/go-playground/stats) - Monitors Go MemStats + System stats such as Memory, Swap and CPU and sends via UDP anywhere you want for logging etc...
|
||||
* [turtle](https://github.com/hackebrot/turtle) - Emojis for Go.
|
||||
|
Loading…
Reference in New Issue
Block a user