This is a simple application that has only one job: show todos from a JSON file
However, we could have it display extra fields! So I wrote a plugin to add priority to all todos displayed!
In the end, is just a simple example on how to create and import go plugins.
- Have Go
- Make your life easier
make
should build the plugingo run .
will run the application