Skip to content

Commit

Permalink
🛠️ Refactoring code
Browse files Browse the repository at this point in the history
  • Loading branch information
8thgencore committed Aug 24, 2024
1 parent 9e4911b commit 6a811f5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"syscall"

"github.com/8thgencore/mailfort/internal/config"
"github.com/8thgencore/mailfort/internal/delivery/grpc"
"github.com/8thgencore/mailfort/internal/delivery/http"
"github.com/8thgencore/mailfort/internal/server/grpc"
"github.com/8thgencore/mailfort/internal/server/http"
mailService "github.com/8thgencore/mailfort/internal/service/mail"
"github.com/8thgencore/mailfort/pkg/logger/slogpretty"
)
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"log/slog"

"github.com/8thgencore/mailfort/internal/delivery/handler"
"github.com/8thgencore/mailfort/internal/delivery"
"github.com/8thgencore/mailfort/internal/service"
mailpb "github.com/8thgencore/mailfort/protos/gen/go/mail/v1"
"google.golang.org/grpc"
Expand Down
File renamed without changes.

0 comments on commit 6a811f5

Please sign in to comment.