livebud / bud

The Full-Stack Web Framework for Go
MIT License
5.53k stars 182 forks source link

package/di: improve dependency injection with type aliases #364

Closed matthewmueller closed 1 year ago

matthewmueller commented 1 year ago

In preparation for adding the transpiler generator, I stumbled across a bug with dependency injection with type aliases. This PR fixes that bug.