Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 09e409f

Browse files
committed
windows ok
1 parent 54e1de2 commit 09e409f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websites/code/studygolang/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set VERSION=%VERNAME%-%VERCODE%
2323
gofmt -w src
2424

2525
:: -tags "debug" 表示测试
26-
go install -tags "debug" -ldflags "-X util/version.Version "%VERSION%" -X util/version.Date "%date:~3,10%T%time%"" ./...
26+
go install -tags "debug" -ldflags "-X util/version.Version "%VERSION% ./...
2727

2828
set GOPATH=%OLDGOPATH%
2929

0 commit comments

Comments
 (0)