Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 409 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 409 Bytes

Functools

Quick: provide generic filter, map, reduce functions, before the Go team does…

This is a small library providing generic operations, such as Equal, Filter, Map, Reduce, which are commonly used in many code bases.

This library most likely will be obsolete as the Go teams provides those operations in the standard library.

Run the tests:

go test

Show the documentation:

go doc