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)