chore: enhance code quality and consistency

- Add `gin.go` to the list of files with specific linters in `.golangci.yml`, applying the `gci` linter.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2024-05-09 09:04:46 +08:00
parent 4db2353f05
commit be70e87acc
No known key found for this signature in database

View File

@ -55,3 +55,6 @@ issues:
- linters: - linters:
- revive - revive
path: _test\.go path: _test\.go
- path: gin.go
linters:
- gci