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

https://github.com/uesteibar/decorator_function_head


https://github.com/uesteibar/decorator_function_head

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# DecoratorFunctionHead

Repo to reproduce a bug in the [decorator](https://github.com/arjan/decorator) elixir library.

To run it:

```
git clone [email protected]:uesteibar/decorator_function_head.git
cd ./decorator_function_head
mix deps.get
mix test
```