Skip to content

Commit

Permalink
docs(dependency): add dependency module point to root README
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlcn-t committed Aug 14, 2024
1 parent 61c087f commit 03cdac9
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 @@ -28,6 +28,7 @@ The repository is divided into several modules, each of which provides a differe

- [apimanager](/apimanager/README.md): A simple way to manage an API server with the ability to add routes, route-groups, and middlewares. It is built on top of the [gofiber/fiber](https://github.com/gofiber/fiber) framework.
- [config](/config/README.md): A wrapper around [spf13/viper](https://github.com/spf13/viper) to load configuration files with into a struct and validate them.
- [dependency](/dependency/README.md): A simple dependency injection container that allows you to register and resolve dependencies.
- [lists](/lists/lists.go): A collection of functions to complement the [`slices`](https://pkg.go.dev/slices) package in the standard library.
- [executors](/executors/README.md): Useful executors and policies to handle common scenarios like retries with exponential backoff and more.
- [metrics](/metrics/README.md): A set of tools to collect and expose metrics for a Go application.
Expand Down

0 comments on commit 03cdac9

Please sign in to comment.