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

Skip to content

Commit ad18464

Browse files
committed
bugfix
1 parent 09e409f commit ad18464

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% ./...
26+
go install -tags "debug" -ldflags "-X util.version.Version "%VERSION% ./...
2727

2828
set GOPATH=%OLDGOPATH%
2929

0 commit comments

Comments
 (0)