goploy/reload.bat

3 lines
189 B
Batchfile
Raw Normal View History

2020-08-04 14:28:25 +08:00
:: 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"