From cc6af161071ba7e4f9574d12c4b33f8ad16d779f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=B8=85?= <133814250@qq.com> Date: Sun, 15 May 2022 22:02:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8F=92=E4=BB=B6=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hotgo-server/addons/wechat/router.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hotgo-server/addons/wechat/router.go diff --git a/hotgo-server/addons/wechat/router.go b/hotgo-server/addons/wechat/router.go new file mode 100644 index 0000000..744dc5d --- /dev/null +++ b/hotgo-server/addons/wechat/router.go @@ -0,0 +1,7 @@ +// +// @Link https://github.com/bufanyun/hotgo +// @Copyright Copyright (c) 2022 HotGo CLI +// @AuthorĀ  MsĀ <133814250@qq.com> +// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE +// +package wechatAddons