aboutsummaryrefslogtreecommitdiff
path: root/objectid_test.go
diff options
context:
space:
mode:
authorAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-04-28 00:18:40 +0300
committerAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-04-28 00:18:40 +0300
commit1765fc24d66f8b692d7dc91a6f4eedad7ac2b504 (patch)
tree05ccd1a83f6ad320f8ad4ac8b3c3d47fab5975be /objectid_test.go
parent61f4b22467cc1799ecb027e5b467d79f5d5ebaf5 (diff)
Обновление имени пакета
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 93e2ee4..6b556f2 100644
--- a/objectid_test.go
+++ b/objectid_test.go
@@ -8,7 +8,7 @@ import (
"testing"
"time"
- "go.neonxp.dev/objectid"
+ "go.neonxp.ru/objectid"
)
func TestID_String(t *testing.T) {