Skip to content

Adverax/di

Repository files navigation

di

This is a minimalistic idiomatic dependency injection framework for Golang. It is inspired by new opportunities of Go 1.7.

Advantages:

  • Tiny
  • No reflection
  • No code generation
  • No type assertions

Who needs it?

  • People who want to use DI in their projects
  • People who want to write tests for their code

How to use it? See tests for examples.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages