Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jan 1, 2025
1 parent 2714975 commit 7f7ce7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mylog/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ func init() {
Check2(exec.Command("go", "env", "-w", "GOFLAGS=-buildmode=exe").CombinedOutput())
}
Check2(exec.Command("go", "env", "-w", "GOPROXY=https://goproxy.cn").CombinedOutput())
GitProxy(true)
FormatAllFiles()
//GitProxy(true)
//FormatAllFiles()
}

var (
Expand Down

0 comments on commit 7f7ce7d

Please sign in to comment.