with action executor

This commit is contained in:
2022-09-14 23:29:54 +02:00
parent 4daa687479
commit 896b28188b
6 changed files with 75 additions and 6 deletions

View File

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