Fix formatting in Fatalf call
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
eb3dba4d17
commit
0105b24846
|
@ -221,7 +221,7 @@ func main() {
|
||||||
options.pool = pool
|
options.pool = pool
|
||||||
db, err := sql.Open("postgres", "host=database user=postgres password=simple dbname=ekster sslmode=disable")
|
db, err := sql.Open("postgres", "host=database user=postgres password=simple dbname=ekster sslmode=disable")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalf("database open failed: %w", err)
|
log.Fatalf("database open failed: %s", err)
|
||||||
}
|
}
|
||||||
options.database = db
|
options.database = db
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user