Skip to content

Commit

Permalink
Added boot-go to dependency injection (#4992)
Browse files Browse the repository at this point in the history
Co-authored-by: Jurica Jurjevic <[email protected]>
  • Loading branch information
jurjevic and mbju authored Sep 28, 2023
1 parent ae30875 commit 9ffc307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1653,6 +1653,7 @@ _Libraries for working with Microsoft Excel._
_Libraries for working with dependency injection._

- [alice](https://github.com/magic003/alice) - Additive dependency injection container for Golang.
- [boot-go](http://github.com/boot-go/boot) - Component-based development with dependency injection using reflections for Go developers.
- [di](https://github.com/goava/di) - A dependency injection container for go programming language.
- [dig](https://github.com/uber-go/dig) - A reflection based dependency injection toolkit for Go.
- [dingo](https://github.com/i-love-flamingo/dingo) - A dependency injection toolkit for Go, based on Guice.
Expand Down

1 comment on commit 9ffc307

@blackkid12
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing

Please sign in to comment.