diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |