Fixed module name
This commit is contained in:
@@ -5,9 +5,11 @@
|
||||
package controllers
|
||||
|
||||
import (
|
||||
"gitlab.com/pactual1/backend/config/middlewares"
|
||||
|
||||
"gitlab.com/pactual1/backend/config/shared"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/VoidArtanis/go-rest-boilerplate/middlewares"
|
||||
"github.com/VoidArtanis/go-rest-boilerplate/shared"
|
||||
)
|
||||
|
||||
type AuthController struct{}
|
||||
|
||||
@@ -2,9 +2,9 @@ package controllers
|
||||
|
||||
// import (
|
||||
// "net/http"
|
||||
// models "novatech/models"
|
||||
// models "gitlab.com/pactual1/backend/config/models"
|
||||
|
||||
// "github.com/VoidArtanis/go-rest-boilerplate/models"
|
||||
// "gitlab.com/pactual1/backend/config/models"
|
||||
// "github.com/gin-gonic/gin"
|
||||
// )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user