You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,11 @@
6
6
7
7
The missing `generic` set collection for the Go language. Until Go has sets built-in...use this.
8
8
9
-
## Update 3/26/2022
10
-
* Packaged version: `2.0.0` release for generics support with breaking changes.
9
+
## Update 3/5/2023
10
+
* Packaged version: `2.2.0` release includes a refactor to minimize pointer indirection, better method documentation standards and a few constructor convenience methods to increase ergonomics when appending items `Append` or creating a new set from an exist `Map`.
0 commit comments