Skip to content

Commit

Permalink
Refactor main.go to enable console color in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofyre committed Sep 22, 2024
1 parent d3a647d commit 4adcd2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func ensureDirectories() {

func main() {
gin.SetMode(gin.ReleaseMode)
gin.ForceConsoleColor()
r := gin.Default()

// Routes
Expand Down

0 comments on commit 4adcd2c

Please sign in to comment.