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

https://github.com/kosl90/functional

a simple functional library for golang.
https://github.com/kosl90/functional

Last synced: 8 months ago
JSON representation

a simple functional library for golang.

Awesome Lists containing this project

README

          

# functional
a simple functional library for golang.

NB: interface is used to implement "Container" for now, I'm not sure this is a good idea, this implemetation might be changed.

# TODO:
[x] Maybe
[ ] Either
[ ] Writer
[ ] TBD ;)

# Dependencies

just [gomega](https://github.com/onsi/gomega) is needed for testing assert.