2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

fix: lint

This commit is contained in:
耗子
2024-06-28 23:40:59 +08:00
parent 32fb87243b
commit 6278535902

View File

@@ -37,6 +37,7 @@ func NewPostgres(username, password, address string, port uint) (*Postgres, erro
username: username,
password: password,
address: address,
port: port,
}, nil
}