We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35fe71 commit 3733f20Copy full SHA for 3733f20
db.go
@@ -313,6 +313,7 @@ func initDB() (*sql.DB, error) {
313
}
314
315
316
+ log.Infof("Successfully connected!")
317
return db, nil
318
319
0 commit comments