We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497eb05 commit 19cda13Copy full SHA for 19cda13
error.go
@@ -7,8 +7,8 @@ import (
7
// ErrCacheNotFound is returned when the cache is not found
8
var ErrCacheNotFound error = errors.New("cache not found")
9
10
-// ErrDoNotUseCache is returned if should not use cache
11
-var ErrDoNotUseCache error = errors.New("do not use cache")
+// ErrShouldNotUseCache is returned if should not use cache
+var ErrShouldNotUseCache error = errors.New("should not use cache")
12
13
// ErrCacheExpired is returned if the cache is expired
14
var ErrCacheExpired error = errors.New("cache expired")
0 commit comments