aboutsummaryrefslogtreecommitdiff
path: root/object/id
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-27 06:15:31 +0000
committerGravatar Runxi Yu2026-05-27 06:15:31 +0000
commit07204c4b1ea56aeb4e236418ed80186b9f27ddf5 (patch)
tree9e5b786a198cd7482d4a66b82fc501fc1a0919e9 /object/id
parentfurgit: Fix typos (diff)
signatureNo signature
Switch module URL to lindenii.org/go/furgit
Diffstat (limited to 'object/id')
-rw-r--r--object/id/object_id_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/id/object_id_test.go b/object/id/object_id_test.go
index c3c22176..5d6130d2 100644
--- a/object/id/object_id_test.go
+++ b/object/id/object_id_test.go
@@ -5,7 +5,7 @@ import (
"strings"
"testing"
- "codeberg.org/lindenii/furgit/object/id"
+ "lindenii.org/go/furgit/object/id"
)
func TestFromBytesErrors(t *testing.T) {