Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 753 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 753 Bytes

gana

Coverage Status

gana is a special small library for generifying golang code. Written in close collaboration with Matthew Sanetra.

Installation

go get github.com/thecsw/gana

Usage

See generic functions included in the library in ops.go.

Set operations included in set.go.

Tuple operations included in tuple.go.

String operations included in string.go.

Workers included in worker.go. But I recommend using komi instead.

Lazy operations included in lazy.