From 99cf56ecd1a794b08fc4e40a773b11882a3e7e95 Mon Sep 17 00:00:00 2001 From: Julien Leicher Date: Fri, 5 May 2023 17:54:03 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'main.go'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c72721e..6626da3 100644 --- a/main.go +++ b/main.go @@ -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)