Skip to content

Commit

Permalink
feat: rename rediscache
Browse files Browse the repository at this point in the history
  • Loading branch information
23doors committed May 25, 2020
1 parent 17bce8f commit 1d8f3f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rediscache/cache.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cache
package rediscache

import (
"reflect"
Expand Down
2 changes: 1 addition & 1 deletion rediscache/func.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cache
package rediscache

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion rediscache/interface.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cache
package rediscache

import (
"time"
Expand Down
2 changes: 1 addition & 1 deletion rediscache/model.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cache
package rediscache

import (
"fmt"
Expand Down

0 comments on commit 1d8f3f7

Please sign in to comment.