Reference implementation todo application to show case what submodule.go can do
The app focuses on couple of important factors
- The app should be simple
- The app should be really testable, at ease
- Demonstrated various usages of submodule
- The app should follow 12factor apps, where it's configurable and observable
cmds/app > go run .