-
Automatic updates when making changes to your api 🚀
-
Built for the net/http standard package 🔥
brew tap eliasuran/apps
brew install gomon
git clone https://github/eliasuran/gomon@latest
cd gomon
go install
Run the program
gomon "path to dir with http server"
gomon "path/to/dir/with/main.go/file"
-
Run gomon and point to a directory containing a main.go file (currently only works with main.go files, working on fix)
-
Gomon will build a binary and run it. When you make changes, it will automatically build a new binary with the latest changes.
-
If it encounters an error, it will stay on the latest working version until the error is resolved.