diff options
author | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-28 00:18:40 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-28 00:18:40 +0300 |
commit | 1765fc24d66f8b692d7dc91a6f4eedad7ac2b504 (patch) | |
tree | 05ccd1a83f6ad320f8ad4ac8b3c3d47fab5975be | |
parent | 61f4b22467cc1799ecb027e5b467d79f5d5ebaf5 (diff) |
Обновление имени пакета
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | objectid_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ -module go.neonxp.dev/objectid +module go.neonxp.ru/objectid go 1.19 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) { |