X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cmd%2Fapp%2Fmain.go;fp=cmd%2Fapp%2Fmain.go;h=3ad427dbd00ba8659890fcd50b60c378117b261d;hb=36942af3bf6eec57c4bebd6c373fe58e6323bce4;hp=e414bf2c45eb87f6a0a0879b2c154e5f4f5d4c4e;hpb=c6aa553f48d1014f651441bbd9e023508d0a819c;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git diff --git a/cmd/app/main.go b/cmd/app/main.go index e414bf2..3ad427d 100644 --- a/cmd/app/main.go +++ b/cmd/app/main.go @@ -66,6 +66,7 @@ func init() { db.Init(C.Db, C.Redis) if C.Mode == "production" { + gin.DisableConsoleColor() gin.SetMode(gin.ReleaseMode) }