This commit is contained in:
Manigandan Dharmalingam 2022-10-12 22:02:09 +05:30
parent 364bd3841b
commit 09a21849fa
No known key found for this signature in database
GPG Key ID: 5D6FC9E6BDAA992E

View File

@ -2505,6 +2505,7 @@ _Libraries for accessing third party APIs._
_General utilities and tools to make your life easier._
- [adk](https://github.com/manigandand/adk) - ADK - Golang API Development Kit. Common utilities to write simple apis and manage errors, response better using custom handlers.
- [apm](https://github.com/topfreegames/apm) - Process manager for Golang applications with an HTTP API.
- [backscanner](https://github.com/icza/backscanner) - A scanner similar to bufio.Scanner, but it reads and returns lines in reverse order, starting at a given position and going backward.
- [beyond](https://github.com/wesovilabs/beyond) - The Go tool that will drive you to the AOP world!