Skip to content

Commit

Permalink
Move cache next to the service
Browse files Browse the repository at this point in the history
  • Loading branch information
alesr committed May 28, 2024
1 parent 5426583 commit 9cfc599
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"log/slog"
"os"

"github.com/alesr/cacheaside/internal/repository/cache/memcache"
"github.com/alesr/cacheaside/internal/repository/memdb"
"github.com/alesr/cacheaside/internal/service"
"github.com/alesr/cacheaside/internal/service/cache/memcache"
)

func main() {
Expand Down

0 comments on commit 9cfc599

Please sign in to comment.