Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: kjuulh/kraken#8
This commit is contained in:
2022-09-18 16:49:34 +02:00
parent 15b627a717
commit 1f46f6ac8d
31 changed files with 1111 additions and 129 deletions

View File

@@ -15,6 +15,8 @@ func main() {
}
_ = logger.Sync()
zap.ReplaceGlobals(logger)
Execute(logger)
}