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

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

View File

@ -3,7 +3,7 @@ package di_test
import ( import (
"fmt" "fmt"
"go.neonxp.dev/di" "go.neonxp.ru/di"
) )
func ExampleGet() { func ExampleGet() {

2
go.mod
View File

@ -1,3 +1,3 @@
module go.neonxp.dev/di module go.neonxp.ru/di
go 1.18 go 1.18