Обновление имени пакета

This commit is contained in:
Alexander NeonXP Kiryukhin 2024-04-28 00:18:40 +03:00
parent 61f4b22467
commit 1765fc24d6
Signed by: NeonXP
GPG Key ID: 35E33E1AB7776B39
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module go.neonxp.dev/objectid
module go.neonxp.ru/objectid
go 1.19

View File

@ -8,7 +8,7 @@ import (
"testing"
"time"
"go.neonxp.dev/objectid"
"go.neonxp.ru/objectid"
)
func TestID_String(t *testing.T) {