Remove useless comment

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-03-06 11:16:50 +01:00
parent d209716d95
commit f33a1fe149
14 changed files with 7 additions and 43 deletions

View File

@@ -21,7 +21,6 @@ import (
"go.gearno.de/kit/pg"
)
// PgConfig contains PostgreSQL database configuration.
type PgConfig struct {
Addr string `json:"addr"`
Username string `json:"username"`