From b938a556a895286fa9b075ba55f486e7680e9c68 Mon Sep 17 00:00:00 2001 From: shy Date: Sun, 8 Dec 2024 22:27:25 +0800 Subject: [PATCH] add some --- src/option.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/option.go b/src/option.go index b607369..5fd8c6c 100644 --- a/src/option.go +++ b/src/option.go @@ -5,7 +5,5 @@ import ( _ "shylinux.com/x/mysql-story/src/db/mysql" _ "shylinux.com/x/community/src/renzhengshouquan" - _ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud/smh" - _ "shylinux.com/x/community/src/renzhengshouquan/external/tencentmeeting" - _ "shylinux.com/x/community/src/renzhengshouquan/external/tencentmeeting/model" + _ "shylinux.com/x/community/src/renzhengshouquan/external" )