Add linter and a little bit more tests
All checks were successful
ci/woodpecker/push/build Pipeline was successful

Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
2026-05-18 11:02:10 +02:00
parent 732f70238a
commit 8c5f88cb46
8 changed files with 489 additions and 18 deletions

View File

@@ -6,7 +6,6 @@ import (
"github.com/jackc/pgx/v5/pgxpool"
"github.com/jackc/pgx/v5/stdlib"
_ "github.com/jackc/pgx/v5/stdlib"
)
func Open(ctx context.Context, dsn string) (*sql.DB, error) {