zero configs live reload program for go projects
go install github.com/gokul1630/goir@latest
export PATH="$(go env GOPATH)/bin:$PATH"
Note: Config is optional only. You can run goir without any config. If you want to customize, below are the available options. also you can give optional run args by
goir <your args>
.
{
"output": "main",
"buildArgs": [""],
"runArgs": [""],
"excludedPaths": ["tmp"],
"tmp_dir": "tmp"
}
- kill child processes
- refactor code
- more customization