We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4e832 commit ee7db6dCopy full SHA for ee7db6d
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/laironacosta/ms-gin-go
+module github.com/laironacosta/git-deploy-aws-ecs
2
3
go 1.16
4
main.go
@@ -2,7 +2,7 @@ package main
import (
"github.com/gin-gonic/gin"
5
- "github.com/laironacosta/ms-gin-go/router"
+ "github.com/laironacosta/git-deploy-aws-ecs/router"
6
)
7
8
func main() {
router/router.go
@@ -2,7 +2,7 @@ package router
- "github.com/laironacosta/ms-gin-go/controllers"
+ "github.com/laironacosta/git-deploy-aws-ecs/controllers"
type Router struct {
0 commit comments