Replace collections.Contains with slices.Contains in go 1.21 #4204
Labels
good first issue
Good for newcomers
nice-to-have
type: code hygiene
Clean up code but without changing functionality or interfaces
Summary
With the release of Go 1.21, a new package named
slices
will be added for generic operations on slices, includingContains
. We should be able to remove thecollections
package we have and use the standard library version instead.For Admin Use
The text was updated successfully, but these errors were encountered: