modify logger -> log

This commit is contained in:
yanghao05
2023-01-30 11:26:20 +08:00
parent f2c893709d
commit 3ab579fed7
10 changed files with 14 additions and 200 deletions

View File

@@ -5,6 +5,6 @@ import (
_ "atom/providers/database"
_ "atom/providers/faker"
_ "atom/providers/http"
_ "atom/providers/logger"
_ "atom/providers/log"
_ "atom/providers/micro"
)