Skip to content

Commit

Permalink
Moved config to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkymat committed Oct 22, 2023
1 parent 26ee3a6 commit 603bfde
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"github.com/go-co-op/gocron"
"github.com/labstack/echo/v4"
"github.com/labstack/gommon/log"
"github.com/sparkymat/archmark/config"
"github.com/sparkymat/archmark/database"
"github.com/sparkymat/archmark/dbx"
"github.com/sparkymat/archmark/internal/config"
"github.com/sparkymat/archmark/internal/jobs"
"github.com/sparkymat/archmark/internal/route"
)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion worker/cmd/archmark_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
worker "github.com/contribsys/faktory_worker_go"
"github.com/google/uuid"
"github.com/sparkymat/archmark/archive"
"github.com/sparkymat/archmark/config"
"github.com/sparkymat/archmark/database"
"github.com/sparkymat/archmark/dbx"
"github.com/sparkymat/archmark/internal/config"
)

const (
Expand Down

0 comments on commit 603bfde

Please sign in to comment.