-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade dependency on Go to 1.21 #66
Comments
So I am hoping some day this will just exist in std lib but meanwhile, it only requires first generics release, ie 1.18 I suppose I can make a new release though and keep 1.0 for 1.18 |
@dolmen are you planning on making a PR :) ? |
I'm not a user of this module, so I don't intend to do this contribution. |
Thanks ! wanted to avoid duplicate work! you already did a lot by linking the alternatives etc! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
go.mod
,go 1.21
golang.org/x/exp/constraints
and usecmp.Ordered
golang.org/x/exp/slices
Sort
to just wrapslices.Sort
Equals
to usemaps.Equals
RemoveCommon
to usemaps.DeleteFunc
Clear
using theclear
built-inThe text was updated successfully, but these errors were encountered: