From 51e98308768f8519096bb28f4807247d1dd63213 Mon Sep 17 00:00:00 2001 From: Julien Leicher Date: Fri, 12 May 2023 19:05:35 +0200 Subject: [PATCH] Test --- 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)