We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7b235 commit c41f630Copy full SHA for c41f630
.gitignore
@@ -12,6 +12,5 @@
12
*.out
13
14
debug
15
-cli
16
-cli.exe
17
-hsperfdata/debug.test
+hsperfdata/debug.test
+hstat*
.vscode/tasks.json
@@ -9,9 +9,11 @@
9
"command": "go",
10
"args": [
11
"build",
+ "-o",
+ "hstat_windows_amd64.exe",
"-ldflags",
"-w -s",
- "${file}"
+ "cmd/hstat.go"
],
18
"options": {
19
"env": {
@@ -31,9 +33,11 @@
31
33
32
34
35
36
37
+ "hstat_linux_amd64",
38
39
40
41
42
43
@@ -53,9 +57,11 @@
53
57
54
58
55
59
60
61
+ "hstat_darwin_amd64",
56
62
63
64
65
66
67
0 commit comments