goploy/reload.bat
2020-08-04 14:28:25 +08:00

3 lines
189 B
Batchfile

:: you should install CompileDaemon first
:: go get github.com/githubnemo/CompileDaemon
CompileDaemon -build="go build -o goploy.exe main.go" -command="goploy.exe" -exclude-dir="repository"