You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
amon is a tool that helps develop go based applications by automatically restarting or build the go application when file changes in the directory are detected.
Usage
amon -c "go build"
or
amon -c "go run main.go"
About
File watcher to build or doing specific commands in golang.