aboutsummaryrefslogtreecommitdiff
path: root/objectid_test.go
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 01:52:39 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 01:52:39 +0300
commiteb3ae6bd0085f4559154a4acf7736dad7af32216 (patch)
treead88caf32bbff3996471c64e8e15af9d5c524ca8 /objectid_test.go
parent9602fbe248734e568d4172b04751ba67ef0c72f1 (diff)
Поправил имя пакетаHEADv0.0.4master
Diffstat (limited to 'objectid_test.go')
-rw-r--r--objectid_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectid_test.go b/objectid_test.go
index 6b556f2..28317a4 100644
--- a/objectid_test.go
+++ b/objectid_test.go
@@ -8,7 +8,7 @@ import (
"testing"
"time"
- "go.neonxp.ru/objectid"
+ "neonxp.ru/go/objectid"
)
func TestID_String(t *testing.T) {