From b039b1305e95de2c3d5a7120a20a3ad1e327bcdf Mon Sep 17 00:00:00 2001 From: Yiwen-Chan Date: Tue, 20 Apr 2021 23:38:52 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E5=A2=9E=E5=8A=A0=E8=BF=90?= =?UTF-8?q?=E8=A1=8Cbat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 run.bat diff --git a/run.bat b/run.bat new file mode 100644 index 00000000..a344365c --- /dev/null +++ b/run.bat @@ -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