Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 450 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 450 Bytes

fungo

Generic, lazy, concurrent Go2 collections, result, maybe wrappers and all kinds of sweet functional goodness to operate upon them.

NOTE: This is largely undocumented and under development. For now it is just a PoC.

Usage

See collections/collections_test/collections_test.go2 for example usage.

Development

Run tests

make test

Run tests continously on each file change

nix-shell --command 'watch-test'