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.
1 parent e2b3139 commit 139eef6Copy full SHA for 139eef6
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%" -X util.Date "%date:~3,10%T%time%"" ./...
+go install -tags "debug" -ldflags "-X util.version.Version "%VERSION%" -X util.Date "%date:~3,10%T%time%"" ./...
27
28
set GOPATH=%OLDGOPATH%
29
0 commit comments