mirror of
https://github.com/tnb-labs/panel.git
synced 2026-09-01 14:55:12 +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() {}
|