karlkfi / inject

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

Unable to detect cycles #3

Open cep21 opened 8 years ago

cep21 commented 8 years ago

If there are dependency cycles, the framework just fails inside a stack overflow. Ideally it would detect cycles and give a good error message.