this is my experiment to bridge the gap between Functional Programing languages (FP) and Go as it seems a good candidate for FP at the first glance so lets see how far this goes
-
download the dependencies
make init
-
run the tests
make test
-
generate test coverage badge
gopherbadger -md="README.md"
-
run test coverage and generate coverage report in html page
make coverage
some basic HOWTO regarding the following functionality
you can check Options Test Data and Options Test
you can check Either Test Data and Either Test
you can check Apply Test