karlkfi / inject

Dependency injection library for Go (golang)
Apache License 2.0
80 stars 7 forks source link

Support for Named instances #4

Closed kdeenanauth closed 6 years ago

kdeenanauth commented 8 years ago

It would be handy to have support for named instances (referenced by tag similar to facebookgo/inject)

karlkfi commented 7 years ago

I specifically didn't use named keys because a pointer conveys more info, namely type. So the user doesn't have to do any casting.