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

https://github.com/steinfletcher/func-dependency-injection-go

Dependency injection example using higher order functions
https://github.com/steinfletcher/func-dependency-injection-go

dependency-injection functional go golang higher-order-functions

Last synced: 11 months ago
JSON representation

Dependency injection example using higher order functions

Awesome Lists containing this project

README

          

# func-dependency-injection-go

Example code for blog post: https://stein.wtf/posts/2019-03-12/inject/

```bash
go run main.go
curl localhost:8000/user
```