No description
  • Go 80.8%
  • Makefile 16.9%
  • Shell 2.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-12-29 22:44:30 +05:30
demo chore: change demo video to gif 2025-12-29 22:44:30 +05:30
go.mod feat: gomon initial commit, with single file tracking changes 2025-12-29 22:12:18 +05:30
init.sh feat: gomon initial commit, with single file tracking changes 2025-12-29 22:12:18 +05:30
main.go feat: gomon initial commit, with single file tracking changes 2025-12-29 22:12:18 +05:30
Makefile feat: gomon initial commit, with single file tracking changes 2025-12-29 22:12:18 +05:30
README.md chore: change demo video to gif 2025-12-29 22:44:30 +05:30

Gomon

CLI tool to run your go code changes automatically and restarts your application.

Requirements

  • Go >= 1.24.
  • mac or linux. (sorry windows, you don't deserve to have my tool)

How to use?

Clone this repo git clone https://github.com/mani-arjunan/gomon.git and run ./init.sh, now go to any of your golang repo and run gomon.

NOTE: For now, this tool only works for a single file main.go, it doesn't track any other deps across your repos.

Demo

Gomon demo