Skip to content

Commit 33938b1

Browse files
internal: create the package
1 parent 5c6f238 commit 33938b1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pkg/routes/public_routes.go renamed to internal/routes/public_routes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"time"
88

99
"github.com/ahmethakanbesel/finance-api/app/scrapers"
10-
"github.com/ahmethakanbesel/finance-api/pkg/utils"
10+
"github.com/ahmethakanbesel/finance-api/internal/utils"
1111
"github.com/labstack/echo/v5"
1212
"github.com/pocketbase/dbx"
1313
"github.com/pocketbase/pocketbase"
File renamed without changes.

0 commit comments

Comments
 (0)