mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-24 11:08:07 +00:00
12 lines
190 B
Go
12 lines
190 B
Go
/*
|
|
* @desc:插件路由
|
|
* @company:云南省奇讯科技有限公司
|
|
* @Author: yixiaohu
|
|
* @Date: 2021/8/26 10:28
|
|
*/
|
|
|
|
package router
|
|
|
|
//插件路由加载
|
|
import _ "gfast/plugins/router"
|