From 42b75360c478bcfd55e98a6275be63970cbdbf67 Mon Sep 17 00:00:00 2001 From: pigwin Date: Sat, 4 Jan 2025 20:19:39 +0000 Subject: [PATCH] test --- config/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/db.go b/config/db.go index b43d60a..a65ea92 100644 --- a/config/db.go +++ b/config/db.go @@ -26,7 +26,7 @@ func ConnectToPostgreSQL() (*sql.DB, error) { return nil, err } - fmt.Println("Connection to PostgreSQL opened successfully!") + fmt.Println("Connection to PostgreSQL opened successfully :D") // Ping database to verify connection err = db.Ping()