init project
This commit is contained in:
9
providers/provider.go
Normal file
9
providers/provider.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package providers
|
||||
|
||||
import (
|
||||
_ "app/providers/config"
|
||||
_ "app/providers/http"
|
||||
_ "app/providers/logger"
|
||||
_ "app/providers/micro"
|
||||
_ "app/providers/mysql"
|
||||
)
|
||||
Reference in New Issue
Block a user