Skip to content

Commit 4bac831

Browse files
authored
Update README.md
1 parent ab4f9be commit 4bac831

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
[![Coverage](https://codecov.io/github/fortio/sets/branch/main/graph/badge.svg?token=LONYZDFQ7C)](https://codecov.io/github/fortio/sets)
55

66
# sets
7-
Sets and Set operations in golang (ie `map[T]struct{}` but with helper functions/nicer names, hiding the `struct{}{}` etc...)
7+
Sets and Set operations in golang
8+
9+
Internally as simple as a `map[T]struct{}` but with additional helper functions, operations like Union, Intersect, XOR, to/from Slices conversion, etc...
10+
and hiding the `struct{}{}` etc...

0 commit comments

Comments
 (0)