From 6278535902f2e8d05b3a52b1817acd8bd71784cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Fri, 28 Jun 2024 23:40:59 +0800 Subject: [PATCH] fix: lint --- pkg/db/postgres.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/db/postgres.go b/pkg/db/postgres.go index 211a8a2d..47e6e697 100644 --- a/pkg/db/postgres.go +++ b/pkg/db/postgres.go @@ -37,6 +37,7 @@ func NewPostgres(username, password, address string, port uint) (*Postgres, erro username: username, password: password, address: address, + port: port, }, nil }