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
- Host: GitHub
- URL: https://github.com/roger-king/go-di-demo
- Owner: roger-king
- Created: 2018-12-23T08:09:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T18:14:28.000Z (over 6 years ago)
- Last Synced: 2025-02-01T02:25:17.529Z (5 months ago)
- Topics: demo, dependency-injection, fx, go, golang, wire
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```