fix: 禁用 goimports linter - 使用 gofmt 替代,避免导入顺序问题

This commit is contained in:
2026-04-20 11:35:44 +08:00
parent 5b5282961b
commit 073f87f735
-2
View File
@@ -1,12 +1,10 @@
linters-settings:
goimports:
linters:
disable-all: true
enable:
- errcheck
- gofmt
- goimports
- gosimple
- govet
- ineffassign