Skip to content

Commit

Permalink
✨ 增加运行bat
Browse files Browse the repository at this point in the history
  • Loading branch information
kanrichan committed Apr 20, 2021
1 parent b55c792 commit b039b13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions run.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
go version
gcc -v
go env -w GOPROXY=https://goproxy.cn,direct
go env -w GO111MODULE=auto
go mod tidy
go run main.go
pause

0 comments on commit b039b13

Please sign in to comment.