aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-04-28 00:20:20 +0300
committerAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-04-28 00:20:20 +0300
commit798b4cf21dbe2149397caa28bcf963a714322a3a (patch)
tree5b40ddcf2ee43b856d2c7ec3c1c95c2c83d3a650
parentf1b23275c4afba9e428acac835fb75b1d13db2e0 (diff)
Обновление имени пакетаv1.0.0
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 83505b5..22d8420 100644
--- a/README.md
+++ b/README.md
@@ -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)