From 4adcd2c6b692ca35e6afbc6e8f442e3a4821bbae Mon Sep 17 00:00:00 2001 From: cryptofyre Date: Sun, 22 Sep 2024 15:35:43 -0500 Subject: [PATCH] Refactor main.go to enable console color in release mode --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 52bcb6c..60f1b78 100644 --- a/main.go +++ b/main.go @@ -73,6 +73,7 @@ func ensureDirectories() { func main() { gin.SetMode(gin.ReleaseMode) + gin.ForceConsoleColor() r := gin.Default() // Routes