mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 20:57:19 +08:00
7 lines
120 B
Go
7 lines
120 B
Go
package plugins
|
|
|
|
import _ "github.com/TheTNB/panel/v2/app/plugins/openresty"
|
|
|
|
// Boot 启动所有插件
|
|
func Boot() {}
|