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:
Simon Aronsson 2020-04-24 22:06:09 +02:00 committed by GitHub
parent 7be62a4ac6
commit 40b3b39d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.