This commit is contained in:
yanghao05
2023-01-29 19:00:18 +08:00
parent 8ade8728e4
commit e07cf08d34
8 changed files with 243 additions and 22 deletions

View File

@@ -2,8 +2,9 @@ package providers
import (
_ "atom/providers/config"
_ "atom/providers/database"
_ "atom/providers/http"
_ "atom/providers/logger"
_ "atom/providers/micro"
_ "atom/providers/mysql"
_ "atom/providers/query"
)