From ad6e85816a0a24c4168f94431e9559afe1df3531 Mon Sep 17 00:00:00 2001 From: 1 <1@72wo.cn> Date: Sat, 21 Jun 2025 02:04:30 +0000 Subject: [PATCH] =?UTF-8?q?"=E6=81=A2=E5=A4=8Dgo.work=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=B9=B6=E8=B0=83=E6=95=B4=E6=A8=A1=E5=9D=97=E5=BC=95=E7=94=A8?= =?UTF-8?q?=EF=BC=8C=E6=B8=85=E7=90=86.gitignore=E4=B8=AD=E5=86=97?= =?UTF-8?q?=E4=BD=99=E6=9D=A1=E7=9B=AE"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 -- go.work | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 go.work diff --git a/.gitignore b/.gitignore index 2816d982c..f819582af 100644 --- a/.gitignore +++ b/.gitignore @@ -22,8 +22,6 @@ public/uploads/ cool.sqlite node_modules docs/.vuepress/dist/ -cool-tools/cool-tools -go.work data/mysql/ data/redis/ go.work.sum diff --git a/go.work b/go.work new file mode 100644 index 000000000..cbdf8b0f8 --- /dev/null +++ b/go.work @@ -0,0 +1,18 @@ +go 1.19 + +use ( + ./common + ./contrib/drivers/mysql + ./contrib/files/local + ./contrib/files/minio + ./contrib/files/oss + ./cool + ./logic + ./login + ./modules/base + ./modules/demo + ./modules/dict + ./modules/space + ./modules/task + +)