From 09a21849fa38993c06713bba7f50736b76cfb6fd Mon Sep 17 00:00:00 2001 From: Manigandan Dharmalingam Date: Wed, 12 Oct 2022 22:02:09 +0530 Subject: [PATCH] Add adk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 602e0469..49bb6128 100644 --- a/README.md +++ b/README.md @@ -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!