style: apply gofmt formatting

This commit is contained in:
root 2026-04-24 17:44:02 +08:00
parent 07fecdbf86
commit a3d8e9c55c

View file

@ -12,10 +12,10 @@ import (
// APIController handles the main API routes for the 3x-ui panel, including inbounds and server management.
type APIController struct {
BaseController
inboundController *InboundController
serverController *ServerController
userController *UserController
nodeController *NodeController
inboundController *InboundController
serverController *ServerController
userController *UserController
nodeController *NodeController
Tgbot service.Tgbot
}