An easy-to-use reflection-based dependency injection package that fits into any Go application.

dependency-injection go golang inversion-of-control reflection service-factory service-locator
1 Open Issue Need Help Last updated: Jun 17, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to investigate why Parsley's dependency injection, specifically with transient lifetime, isn't creating new instances of a Go Fiber route handler per request as expected. The solution likely involves configuring Parsley to resolve dependencies based on the Fiber context rather than the application-wide context, potentially requiring modification of the integration example or Parsley's configuration.

Complexity: 4/5
help wanted

An easy-to-use reflection-based dependency injection package that fits into any Go application.

Go
#dependency-injection#go#golang#inversion-of-control#reflection#service-factory#service-locator