~marcopolo/di

ref: 9411a3365a10bc0849ae459d3dd6fff92c7e4cd7 di/README.md -rw-r--r-- 507 bytes
9411a336 — Marco Munizaga Update README 9 months ago

#di

Go Reference

A small, straightforward, DI library for Go.

#Why another DI library?

I wanted a DI library solution for libraries. Something that doesn't force users into a certain framework, yet works well with whatever the end user uses.

I also wanted:

  • A single definition of all inputs and outputs.
  • A way to provide and override defaults clearly.
  • Generics to convey type information.