From ba42e853349b30bdad3f13e1526fa9ec11c785ea Mon Sep 17 00:00:00 2001 From: aovantsev Date: Fri, 3 Oct 2025 14:01:00 +0300 Subject: [PATCH] test --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5c6d218..d92e0df 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ func main() { // Initialize database with configuration if err := InitDBWithConfig(config); err != nil { - log.Fatal("Failed to initialize database:", err) + log.Fatal("Failed to initialize database :", err) } // Create tables