summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--registry/index.go (renamed from cache/index.go)2
-rw-r--r--registry/types.go (renamed from cache/types.go)2
2 files changed, 2 insertions, 2 deletions
diff --git a/cache/index.go b/registry/index.go
index fa9031f..85277fc 100644
--- a/cache/index.go
+++ b/registry/index.go
@@ -1,4 +1,4 @@
-package cache
+package registry
 
 import (
 	"log"
diff --git a/cache/types.go b/registry/types.go
index 2962ab4..d3e421a 100644
--- a/cache/types.go
+++ b/registry/types.go
@@ -1,4 +1,4 @@
-package cache
+package registry
 
 import (
 	"sync"