diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:52:39 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:52:39 +0300 |
commit | eb3ae6bd0085f4559154a4acf7736dad7af32216 (patch) | |
tree | ad88caf32bbff3996471c64e8e15af9d5c524ca8 /objectid_test.go | |
parent | 9602fbe248734e568d4172b04751ba67ef0c72f1 (diff) |
Diffstat (limited to 'objectid_test.go')
-rw-r--r-- | objectid_test.go | 2 |
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) { |