mirror of
https://gitee.com/goploy/goploy.git
synced 2024-12-04 21:21:40 +08:00
3 lines
189 B
Batchfile
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"
|