Skip to content

Commit

Permalink
Update provider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
donknap authored Apr 16, 2023
1 parent 51c7650 commit 822855c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/home/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"github.com/gin-gonic/gin"
"github.com/we7coreteam/w7-rangine-go/src/core/provider"
http_server "github.com/we7coreteam/w7-rangine-go/src/http/server"
"github.com/we7coreteam/w7api/app/home/command"
"github.com/we7coreteam/w7api/app/home/http/controller"
"github.com/we7coreteam/w7api/app/home/http/middleware"
"github.com/we7coreteam/w7-rangine-go-skeleton/app/home/command"
"github.com/we7coreteam/w7-rangine-go-skeleton/app/home/http/controller"
"github.com/we7coreteam/w7-rangine-go-skeleton/app/home/http/middleware"
)

type Provider struct {
Expand Down

0 comments on commit 822855c

Please sign in to comment.