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

https://github.com/roger-king/go-di-demo

Demo of using DI tools with chi-router
https://github.com/roger-king/go-di-demo

demo dependency-injection fx go golang wire

Last synced: 3 months ago
JSON representation

Demo of using DI tools with chi-router

Awesome Lists containing this project

README

        

# Go-FX-Demo

Demo of Uber's DI Framework FX with the ever so light-weight chi router

# Requirements

- Go v1.11.x

# Setup

Application uses `go modules` to resolve for the dependencies.

```bash
go mod vender
go run cmd/main.go
```