add faker provider

This commit is contained in:
yanghao05
2023-01-30 10:49:26 +08:00
parent fd51d14037
commit f37666eb7c

View File

@@ -3,6 +3,7 @@ package providers
import ( import (
_ "atom/providers/config" _ "atom/providers/config"
_ "atom/providers/database" _ "atom/providers/database"
_ "atom/providers/faker"
_ "atom/providers/http" _ "atom/providers/http"
_ "atom/providers/logger" _ "atom/providers/logger"
_ "atom/providers/micro" _ "atom/providers/micro"