项目作者: rvolosatovs

项目描述 :
[WIP] Generic, lazy, concurrent Go2 collections, result, maybe wrappers and all kinds of sweet functional goodness to operate upon them
高级语言: Makefile
项目地址: git://github.com/rvolosatovs/fungo.git
创建时间: 2021-04-15T19:16:55Z
项目社区:https://github.com/rvolosatovs/fungo

开源协议:Apache License 2.0

下载


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

  1. make test

Run tests continously on each file change

  1. nix-shell --command 'watch-test'