Skip to content

Commit

Permalink
docs(readme): update line references
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofnds committed Feb 26, 2024
1 parent 12a0150 commit f397650
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
@@ -1,7 +1,7 @@
## Features

- [Dependency Injection](cmd/app/app.go#L23) with [Fx](https://github.com/uber-go/fx)
- [Configuration](config/config.go#L47) with [Viper](https://github.com/spf13/viper)
- [Dependency Injection](cmd/app/app.go#L24) with [Fx](https://github.com/uber-go/fx)
- [Configuration](config/config.go#L56) with [Viper](https://github.com/spf13/viper)
- [Logging](adapter/logger/logger.go#L10) with [Zap](https://github.com/uber-go/zap)
- [Metrics](adapter/metrics/metrics.go#L22) with [Prometheus](https://github.com/prometheus/client_golang)
- [Tracing](adapter/tracing/tracing.go#L18) with [Open Telemetry](https://opentelemetry.io/)
Expand Down

0 comments on commit f397650

Please sign in to comment.