2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00

fix: lint

This commit is contained in:
2025-04-13 18:30:47 +08:00
parent c6ce1a403d
commit fac981e1ee

View File

@@ -11,8 +11,8 @@ import (
)
type API struct {
panelVersion, locale string
client *resty.Client
panelVersion string
client *resty.Client
}
type Response struct {