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 + +)