Skip to content

Commit

Permalink
feat: rename pkg to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
eminetto committed Apr 6, 2023
1 parent 7bcb675 commit 77e0bfb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feedbacks/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"github.com/eminetto/api-o11y/feedbacks/feedback"
"github.com/eminetto/api-o11y/feedbacks/feedback/mysql"
"github.com/eminetto/api-o11y/pkg/middleware"
"github.com/eminetto/api-o11y/internal/middleware"
"github.com/go-chi/chi/v5"
"github.com/go-chi/httplog"
_ "github.com/go-sql-driver/mysql"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion votes/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"database/sql"
"encoding/json"
"fmt"
"github.com/eminetto/api-o11y/pkg/middleware"
"github.com/eminetto/api-o11y/internal/middleware"
"github.com/eminetto/api-o11y/votes/vote"
"github.com/eminetto/api-o11y/votes/vote/mysql"
"github.com/go-chi/chi/v5"
Expand Down

0 comments on commit 77e0bfb

Please sign in to comment.