From 131485b5da921f88735bcb7e8acee0151f8a4567 Mon Sep 17 00:00:00 2001 From: Edwin Date: Mon, 20 Feb 2023 01:32:11 +0800 Subject: [PATCH] add github.com/edwingeng/hotswap (#4758) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df2459e9..801e2a9c 100644 --- a/README.md +++ b/README.md @@ -3147,6 +3147,7 @@ _Software written in Go._ - [Gor](https://github.com/buger/gor) - Http traffic replication tool, for replaying traffic from production to stage/dev environments in real-time. - [Guora](https://github.com/meloalright/guora) - A self-hosted Quora like web application written in Go. - [hoofli](https://github.com/dnnrly/hoofli) - Generate PlantUML diagrams from Chrome or Firefox network inspections. +- [hotswap](https://github.com/edwingeng/hotswap) - A complete solution to reload your go code without restarting your server, interrupting or blocking any ongoing procedure. - [hugo](https://gohugo.io/) - Fast and Modern Static Website Engine. - [ide](https://github.com/thestrukture/ide) - Browser accessible IDE. Designed for Go with Go. - [ipe](https://github.com/dimiro1/ipe) - Open source Pusher server implementation compatible with Pusher client libraries written in GO.