Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c28c0c + ad18464 commit b48e8d8Copy full SHA for b48e8d8
websites/code/studygolang/install.bat
@@ -23,7 +23,7 @@ set VERSION=%VERNAME%-%VERCODE%
23
gofmt -w src
24
25
:: -tags "debug" 表示测试
26
-go install -tags "debug" -ldflags "-X util/version.Version "%VERSION%" -X util/version.Date "%date:~3,10%T%time%"" ./...
+go install -tags "debug" -ldflags "-X util.version.Version "%VERSION% ./...
27
28
set GOPATH=%OLDGOPATH%
29
0 commit comments