mirror of
https://shylinux.com/x/community
synced 2025-04-25 17:48:06 +08:00
23 lines
1.2 KiB
Go
23 lines
1.2 KiB
Go
package main
|
|
|
|
import (
|
|
_ "shylinux.com/x/ice/devops"
|
|
_ "shylinux.com/x/mysql-story/src/db/mysql"
|
|
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud/model"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud/ocr"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud/realname"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud/realname/model"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud/smh"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud/sms"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud/sms/model"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentdocument"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentdocument/model"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentmeeting"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentmeeting/model"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentqian"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external/weixinpayment"
|
|
_ "shylinux.com/x/community/src/renzhengshouquan/external/weixinpayment/model"
|
|
)
|