Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi authored Dec 3, 2021
1 parent 99dedfb commit 061c982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ err := c.Call(func(db Database) {
The rest stays the same.
The global container is still available.

### Usage Tips
### Tips
#### Performance
The package Container inevitably uses reflection in binding and resolving processes.
If performance is a concern, try to bind and resolve the dependencies out of the processes that run many times (for example, HTTP handlers).
Expand Down

0 comments on commit 061c982

Please sign in to comment.