2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00
Files
panel/app/plugins/main.go
2024-07-29 03:25:53 +08:00

7 lines
120 B
Go

package plugins
import _ "github.com/TheTNB/panel/v2/app/plugins/openresty"
// Boot 启动所有插件
func Boot() {}