aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/cache/cache.go2
-rw-r--r--internal/lru/lru.go (renamed from internal/cache/lru/lru.go)0
-rw-r--r--internal/lru/lru_test.go (renamed from internal/cache/lru/lru_test.go)2
3 files changed, 1 insertions, 3 deletions
diff --git a/internal/cache/cache.go b/internal/cache/cache.go
deleted file mode 100644
index 17633906..00000000
--- a/internal/cache/cache.go
+++ /dev/null
@@ -1,2 +0,0 @@
-// Package cache encapsulates cache-providing subpackages for direct use.
-package cache
diff --git a/internal/cache/lru/lru.go b/internal/lru/lru.go
index 585aaa3f..585aaa3f 100644
--- a/internal/cache/lru/lru.go
+++ b/internal/lru/lru.go
diff --git a/internal/cache/lru/lru_test.go b/internal/lru/lru_test.go
index fbd20f0b..adfec403 100644
--- a/internal/cache/lru/lru_test.go
+++ b/internal/lru/lru_test.go
@@ -4,7 +4,7 @@ import (
"slices"
"testing"
- "codeberg.org/lindenii/furgit/internal/cache/lru"
+ "codeberg.org/lindenii/furgit/internal/lru"
)
type testValue struct {