File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77The missing ` generic ` set collection for the Go language. Until Go has sets built-in...use this.
88
9- ## Update 12/25/2021
10- * ` alpha ` release on this ` generics ` branch
9+ ## Update 3/26/2022
10+ * Packaged version: ` 2.0.0 ` release for generics support with breaking changes.
1111* supports ` new generic ` syntax
12- * Go ` 1.18beta1 ` or higher
12+ * Go ` 1.18.0 ` or higher
1313
1414![ With Generics] ( new_improved.jpeg )
1515
@@ -18,7 +18,7 @@ You can of course argue that there is no need for a set in Go, otherwise the cre
1818
1919## Features
2020
21- * * NEW* [ Generics] ( https://go.dev/doc/tutorial/generics ) based implementation (requires [ Go 1.18beta1 ] ( https://go.dev/blog/go1.18beta1 ) or higher)
21+ * * NEW* [ Generics] ( https://go.dev/doc/tutorial/generics ) based implementation (requires [ Go 1.18 ] ( https://go.dev/blog/go1.18beta1 ) or higher)
2222* One common * interface* to both implementations
2323 * a ** non threadsafe** implementation favoring * performance*
2424 * a ** threadsafe** implementation favoring * concurrent* use
You can’t perform that action at this time.
0 commit comments