Skip to content

Commit aa8da34

Browse files
committed
dev
1 parent 4f02ef8 commit aa8da34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

staticcheck.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
package golibrary
22

33
import (
4+
"github.com/ddkwork/golibrary/mylog"
45
"github.com/ddkwork/golibrary/stream"
6+
"os"
57
)
68

79
func StaticCheck() {
@@ -11,6 +13,7 @@ func StaticCheck() {
1113
}
1214

1315
func UpdateSelf() {
16+
mylog.Check(os.Setenv("GOPROXY", "direct"))
1417
hash := stream.GetLastCommitHashLocal("D:\\workspace\\workspace\\golibrary")
1518
stream.RunCommand("go get -v -x github.com/ddkwork/golibrary@" + hash)
1619
stream.RunCommand("go mod tidy")

0 commit comments

Comments
 (0)