pull/429/head
hunterlong 2020-02-27 23:02:23 -08:00
parent 5360acb896
commit 0a526e4b4f
1 changed files with 1 additions and 1 deletions

2
dev/modd.conf vendored
View File

@ -1,4 +1,4 @@
**/*.go {
prep: go build -o statping ./cmd
daemon: ./statping -p 8585
daemon: ./statping --port=8585
}