Add anagent library (#1775)

This commit is contained in:
Ettore Di Giacinto 2018-01-30 20:50:14 +01:00 committed by Jessica Temporal
parent 289358aa3a
commit 6ef17c6760

View File

@ -768,6 +768,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*These libraries were placed here because none of the other categories seemed to fit.*
* [alice](https://github.com/magic003/alice) - Additive dependency injection container for Golang.
* [anagent](https://github.com/mudler/anagent) - Minimalistic, pluggable Golang evloop/timer handler with dependency-injection.
* [antch](https://github.com/antchfx/antch) - A fast, powerful and extensible web crawling & scraping framework.
* [archiver](https://github.com/mholt/archiver) - Library and command for making and extracting .zip and .tar.gz archives.
* [autoflags](https://github.com/artyom/autoflags) - Go package to automatically define command line flags from struct fields.