This commit is contained in:
2021-05-27 10:52:24 +08:00
parent ae93d82716
commit dd76247728
7 changed files with 154 additions and 51 deletions

2
.vscode/tasks.json vendored
View File

@@ -8,7 +8,7 @@
"type": "shell",
"command": "go",
"args": [
"build", "-v", "-o", "${workspaceFolderBasename}"
"build", "-v", "-ldflags", "\"-X 'main.build=v1.0.3'\"", "-o", "${workspaceFolderBasename}"
],
}
]