Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 998 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 998 Bytes

Functional Go collections

CircleCI

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

Helpers commands

  1. download the dependencies

    make init

  2. run the tests

    make test

  3. generate test coverage badge

    gopherbadger -md="README.md"

  4. run test coverage and generate coverage report in html page

    make coverage

Usage

some basic HOWTO regarding the following functionality

Options

you can check Options Test Data and Options Test

Either

you can check Either Test Data and Either Test

Map

you can check Apply Test