We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dbada commit a32f5d6Copy full SHA for a32f5d6
pgdb/pg_db.go
@@ -26,7 +26,6 @@ func Connect(pgOptions *pg.Options) *pg.DB {
26
_, err := db.QueryOne(pg.Scan(&n), "SELECT 1")
27
if err != nil {
28
log.Panicf("Postgres connection error %+v\n", err)
29
- panic(err)
30
}
31
32
log.Println("Successfully connected to ->", db.Options().Addr)
0 commit comments