Mise à jour de 'main.go'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Leicher 2023-05-06 12:05:49 +02:00
parent 2be6c62300
commit 621c529384

View File

@ -14,7 +14,7 @@ func main() {
dsn := os.Getenv("DSN")
if dsn == "" {
panic("db connection string should be set with the DSN env variable!!")
panic("db connection string should be set with the DSN env variable!")
}
db, err := sql.Open("postgres", dsn)