revocer
This commit is contained in:
parent
5cc1fb426b
commit
388c5346bc
|
@ -30,6 +30,10 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
defer func() {
|
||||
logger.Recover()
|
||||
}()
|
||||
|
||||
// 加载配置
|
||||
// 1.默认配置
|
||||
configPath := consts.ProductionConfigPath
|
||||
|
|
Loading…
Reference in New Issue