Quick reloading Go scripts made easy.
See releases for downloads
On windows, place the executable in the same directory as your project, and run:
./burrow.exe app.goOr, if you want to reload when any Go files are modified, run:
./burrow.exe --all app.goOn macOS or Linux, place the executable in the same directory as your project, and run:
./burrow app.goOr, if you want to reload when any Go files are modified, run:
./burrow --all app.goTo build for Windows, run:
go build -o burrow.exe main.goTo build for MacOS and Linux, run:
go build -o burrow main.goUnder the GNU Affero General Public License v3.0