aboutsummaryrefslogtreecommitdiff
path: root/reachability/unit_test.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 14:22:09 +0000
committerGravatar Runxi Yu2026-03-25 14:22:09 +0000
commitded805020da7aa309dc07a51c9d219deb29e83f5 (patch)
tree4fa0a6b6ce8e4432a25c1dec4f7b63646e2dad00 /reachability/unit_test.go
parent*: objectid -> object/id (diff)
signatureNo signature
*: Resort import order
Diffstat (limited to 'reachability/unit_test.go')
-rw-r--r--reachability/unit_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reachability/unit_test.go b/reachability/unit_test.go
index 249b870c..185ca3be 100644
--- a/reachability/unit_test.go
+++ b/reachability/unit_test.go
@@ -11,8 +11,8 @@ import (
"codeberg.org/lindenii/furgit/internal/testgit"
"codeberg.org/lindenii/furgit/object"
objectid "codeberg.org/lindenii/furgit/object/id"
- "codeberg.org/lindenii/furgit/objectstore/memory"
objecttype "codeberg.org/lindenii/furgit/object/type"
+ "codeberg.org/lindenii/furgit/objectstore/memory"
"codeberg.org/lindenii/furgit/reachability"
)