Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/preslavmihaylov/fxappexample

An example Go Fx application
https://github.com/preslavmihaylov/fxappexample

go golang microservice

Last synced: 3 months ago
JSON representation

An example Go Fx application

Awesome Lists containing this project

README

        

# fxappexample

This repository contains an example project used to demonstrate how to use [Fx](https://github.com/uber-go/fx) as a dependency injection framework, as well as a way to effectively manage shared microservice components.

It is a supplement to these articles:
* [Managing Shared Components in Go Microservices with Fx](https://pmihaylov.com/shared-components-go-microservices/)
* [Dependency Injection in Go using Fx](https://pmihaylov.com/dependency-injection-go-fx/)