Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QuangTung97 authored Feb 12, 2024
1 parent 23c0d90 commit 4bc99ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

* It is simpler than [uber/fx](https://github.com/uber-go/fx), yet still powerful
* Static typing & without using reflection
* Easy to use and easy to replace objects for unit & integration testing (by using **Override**)
* Easy to use and easy to replace objects for unit & integration testing (by using **Override**, one can replace any part of the **default** dependency graph)
* Easy to read & navigate with IDEs
* Safe to use in multiple goroutines
* Very easy-to-read stacktraces when something wrong happens
* Provide default wiring through the **Register** method, or no default wiring through **RegisterEmpty**
* Provide **default** wiring through the **Register** method, or no default wiring through **RegisterEmpty**

#### This library does NOT actually use the Service Locator pattern

Expand Down

0 comments on commit 4bc99ee

Please sign in to comment.