From fac981e1ee7d0ad2ba313fc11e8899ab6e02cfa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sun, 13 Apr 2025 18:30:47 +0800 Subject: [PATCH] fix: lint --- pkg/api/api.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/api/api.go b/pkg/api/api.go index 8d826a23..68119b5b 100644 --- a/pkg/api/api.go +++ b/pkg/api/api.go @@ -11,8 +11,8 @@ import ( ) type API struct { - panelVersion, locale string - client *resty.Client + panelVersion string + client *resty.Client } type Response struct {