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

This commit is contained in:
Alexander NeonXP Kiryukhin 2024-04-28 00:20:20 +03:00
parent f1b23275c4
commit 798b4cf21d
Signed by: NeonXP
GPG key ID: 35E33E1AB7776B39

View file

@ -35,7 +35,7 @@ services, err := di.GetByInterface[Worker]() // Worker is interface for many wor
### Go doc
```go
package di // import "go.neonxp.dev/di"
package di // import "go.neonxp.ru/di"
func Get[T any](id string) (*T, error)
func GetByInterface[Interface any]() ([]Interface, error)