aboutsummaryrefslogtreecommitdiffstats
path: root/examples/eviction_policy_persistant/main.go
diff options
context:
space:
mode:
authorMarc Pervaz Boocha <mboocha@sudomsg.com>2025-07-27 15:06:09 +0530
committerMarc Pervaz Boocha <mboocha@sudomsg.com>2025-07-27 16:36:28 +0530
commit0e46b370f0378f17f24481eb5d9526b690ecadb9 (patch)
treecc751fd4f9a5b12b74446b1dcb81aff6ce5fdd34 /examples/eviction_policy_persistant/main.go
parentAdd raw API (diff)
downloadcache-0e46b370f0378f17f24481eb5d9526b690ecadb9.tar
cache-0e46b370f0378f17f24481eb5d9526b690ecadb9.tar.gz
cache-0e46b370f0378f17f24481eb5d9526b690ecadb9.tar.bz2
cache-0e46b370f0378f17f24481eb5d9526b690ecadb9.tar.lz
cache-0e46b370f0378f17f24481eb5d9526b690ecadb9.tar.xz
cache-0e46b370f0378f17f24481eb5d9526b690ecadb9.tar.zst
cache-0e46b370f0378f17f24481eb5d9526b690ecadb9.zip
Added Vanity Module Link.HEADv0.1.1main
Diffstat (limited to '')
-rw-r--r--examples/eviction_policy_persistant/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/eviction_policy_persistant/main.go b/examples/eviction_policy_persistant/main.go
index fc7cc32..8a79efa 100644
--- a/examples/eviction_policy_persistant/main.go
+++ b/examples/eviction_policy_persistant/main.go
@@ -5,7 +5,7 @@ import (
"os"
"time"
- "github.com/marcthe12/cache"
+ "go.sudomsg.com/cache"
)
func main() {