Renamed container package services.
This commit is contained in:
parent
195d572036
commit
1fe906a6f9
9 changed files with 42 additions and 43 deletions
4
main.go
4
main.go
|
|
@ -8,12 +8,12 @@ import (
|
|||
"os/signal"
|
||||
"time"
|
||||
|
||||
"goweb/container"
|
||||
"goweb/routes"
|
||||
"goweb/services"
|
||||
)
|
||||
|
||||
func main() {
|
||||
c := container.NewContainer()
|
||||
c := services.NewContainer()
|
||||
|
||||
// Build the router
|
||||
routes.BuildRouter(c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue