From f0d9264d098b2a46d243af1869b5c344672b997e Mon Sep 17 00:00:00 2001 From: Jacky Date: Wed, 23 Aug 2023 09:56:47 +0800 Subject: [PATCH] add air (#4984) * add Air * change category --------- Co-authored-by: Phani Rithvij --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e03f475..b5d999e5 100644 --- a/README.md +++ b/README.md @@ -2565,6 +2565,7 @@ _Libraries for accessing third party APIs._ _General utilities and tools to make your life easier._ +- [air](https://github.com/cosmtrek/air) - Air - Live reload for Go apps. - [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!