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. // APIController handles the main API routes for the 3x-ui panel, including inbounds and server management.
type APIController struct { type APIController struct {
BaseController BaseController
inboundController *InboundController inboundController *InboundController
serverController *ServerController serverController *ServerController
userController *UserController userController *UserController
nodeController *NodeController nodeController *NodeController
Tgbot service.Tgbot Tgbot service.Tgbot
} }