Skip to content

Commit

Permalink
Merge pull request #3 from zakirkun/patch-1
Browse files Browse the repository at this point in the history
change layer name
  • Loading branch information
zakirkun authored Jun 10, 2023
2 parents ba33987 + 39002b2 commit 6a43a36
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"github.com/zakirkun/infra-go/example/models"
routers "github.com/zakirkun/infra-go/example/routers"
"github.com/zakirkun/infra-go/infrastructure"
"github.com/zakirkun/infra-go/internal/config"
"github.com/zakirkun/infra-go/internal/database"
"github.com/zakirkun/infra-go/internal/server"
"github.com/zakirkun/infra-go/pkg/config"
"github.com/zakirkun/infra-go/pkg/database"
"github.com/zakirkun/infra-go/pkg/server"
)

var configFile *string
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package infrastructure
import (
"os"

"github.com/zakirkun/infra-go/internal/database"
"github.com/zakirkun/infra-go/internal/server"
"github.com/zakirkun/infra-go/pkg/database"
"github.com/zakirkun/infra-go/pkg/server"
)

type Infrastructure interface {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6a43a36

Please sign in to comment.