Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 619 Bytes

sets.md

File metadata and controls

17 lines (14 loc) · 619 Bytes
title goimport gosource
Golang vanity URL page / meta for fortio.org/sets

Sets and Set operations in golang (ie map[T]struct{} but with helper functions/nicer names, hiding the struct{}{} etc...)

See github/fortio/sets

This page also for making

 go get fortio.org/sets

and godoc work.

Back to fortio.org