Replace use of golang.org/x/exp/(maps|slices)
with Go standard library
#35842
Labels
go
Pull requests that update Go code
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
Milestone
Go 1.21 added
slices
andmaps
packages to the standard library.As we are now using Go 1.21, replace usage of
golang.org/x/exp/(maps|slices)
with these packages.Relates #35832.
Relates #35688.
The text was updated successfully, but these errors were encountered: