diff --git a/consts.go b/backend/consts.go similarity index 100% rename from consts.go rename to backend/consts.go diff --git a/go.mod b/backend/go.mod similarity index 100% rename from go.mod rename to backend/go.mod diff --git a/go.sum b/backend/go.sum similarity index 100% rename from go.sum rename to backend/go.sum diff --git a/main.go b/backend/main.go similarity index 100% rename from main.go rename to backend/main.go diff --git a/middlewares.go b/backend/middlewares.go similarity index 100% rename from middlewares.go rename to backend/middlewares.go diff --git a/pkg/middlewares/fiberv3/middlewares.go b/backend/pkg/middlewares/fiberv3/middlewares.go similarity index 100% rename from pkg/middlewares/fiberv3/middlewares.go rename to backend/pkg/middlewares/fiberv3/middlewares.go diff --git a/pkg/wechat/errors.go b/backend/pkg/wechat/errors.go similarity index 100% rename from pkg/wechat/errors.go rename to backend/pkg/wechat/errors.go diff --git a/pkg/wechat/funcs.go b/backend/pkg/wechat/funcs.go similarity index 100% rename from pkg/wechat/funcs.go rename to backend/pkg/wechat/funcs.go diff --git a/pkg/wechat/options.go b/backend/pkg/wechat/options.go similarity index 100% rename from pkg/wechat/options.go rename to backend/pkg/wechat/options.go diff --git a/pkg/wechat/response.go b/backend/pkg/wechat/response.go similarity index 100% rename from pkg/wechat/response.go rename to backend/pkg/wechat/response.go diff --git a/pkg/wechat/wechat.go b/backend/pkg/wechat/wechat.go similarity index 100% rename from pkg/wechat/wechat.go rename to backend/pkg/wechat/wechat.go diff --git a/pkg/wechat/wechat_test.go b/backend/pkg/wechat/wechat_test.go similarity index 100% rename from pkg/wechat/wechat_test.go rename to backend/pkg/wechat/wechat_test.go diff --git a/mp.code-workspace b/mp.code-workspace new file mode 100644 index 0000000..b6d6553 --- /dev/null +++ b/mp.code-workspace @@ -0,0 +1,10 @@ +{ + "folders": [ + { + "path": "frontend" + }, + { + "path": "backend" + } + ] +} \ No newline at end of file