Compare commits

...

1 Commits

Author SHA1 Message Date
c48bfe5c8e Mise à jour de 'main.go'
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-09 12:11:19 +02:00

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)