From 073f87f735df56bbe6eb5e7ff51f3683bbd179b3 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 20 Apr 2026 11:35:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A6=81=E7=94=A8=20goimports=20linter?= =?UTF-8?q?=20-=20=E4=BD=BF=E7=94=A8=20gofmt=20=E6=9B=BF=E4=BB=A3=EF=BC=8C?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E5=AF=BC=E5=85=A5=E9=A1=BA=E5=BA=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .golangci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 8068473d7..c0728381f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,12 +1,10 @@ linters-settings: - goimports: linters: disable-all: true enable: - errcheck - gofmt - - goimports - gosimple - govet - ineffassign