This commit is contained in:
Minjie Zha 2017-05-01 14:54:39 -07:00 committed by Thiago Avelino
parent 52771083ee
commit 94aeb5753a

View File

@ -674,6 +674,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) - An additive dependency injection container for Golang.
* [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.
* [banner](https://github.com/dimiro1/banner) - Add beautiful banners into your Go applications.