Files
panel/app/plugins/main.go
T
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() {}