Skip to content

Commit 2904a97

Browse files
committed
Update README.md
1 parent 7c9ba67 commit 2904a97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
The 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

0 commit comments

Comments
 (0)