Skip to content
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

Replace experimental packages with packages from stdlib #1993

Open
oleg-ssvlabs opened this issue Jan 21, 2025 · 0 comments
Open

Replace experimental packages with packages from stdlib #1993

oleg-ssvlabs opened this issue Jan 21, 2025 · 0 comments
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request good first issue Good for newcomers

Comments

@oleg-ssvlabs
Copy link
Contributor

Across the codebase, there is usage of golang.org/x/exp/slices and golang.org/x/exp/maps. To my knowledge, these packages were moved into the stdlib starting from Go 1.21, so they can simply be referenced as maps or slices. This means we can replace the experimental packages with the standard library packages.

@oleg-ssvlabs oleg-ssvlabs added enhancement New feature or request dependencies Pull requests that update a dependency file labels Jan 21, 2025
@nkryuchkov nkryuchkov added the good first issue Good for newcomers label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants