We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628c37a commit 67576bbCopy full SHA for 67576bb
2 files changed
gohot.ps1
templates/golang.scripts.json
@@ -3,6 +3,9 @@
3
"test": "go test",
4
"goproxy": "go env -w GOPROXY=https://goproxy.cn,direct",
5
"mod:on": "go env -w GO111MODULE=on",
6
- "mod:clean": "go mod tidy"
+ "mod:clean": "go mod tidy",
7
+ "watch": "watchexec.exe --restart --clear --exts go --no-project-ignore go run ./main.go",
8
+ "watch:test": "watchexec.exe --restart --clear --exts go --no-project-ignore go test -v ./...",
9
+ "watch:doc": "watchexec.exe --restart --clear --exts go --no-project-ignore go doc -all"
10
}
11
0 commit comments