Skip to content

Commit

Permalink
fix: change redis cliente package (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Almeida authored Nov 29, 2023
1 parent 45e4577 commit 359bf70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/redis/client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package clients
package redis

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion pkg/redis/configuration.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package clients
package redis

import "github.com/kelseyhightower/envconfig"

Expand Down

0 comments on commit 359bf70

Please sign in to comment.