ci(gci/import): improve golangci.yml and add gci linter (#4010)

This commit is contained in:
houseme
2024-12-07 14:17:33 +08:00
committed by GitHub
parent 2066aa4803
commit b0b84a3937
182 changed files with 436 additions and 314 deletions

View File

@ -9,6 +9,7 @@ package pgsql
import (
"context"
"database/sql"
"github.com/gogf/gf/v2/database/gdb"
"github.com/gogf/gf/v2/errors/gcode"
"github.com/gogf/gf/v2/errors/gerror"