-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Migration to Standard Library for exp/slices and exp/maps Packages #45933
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
type/enhancement
The issue or PR belongs to an enhancement.
Comments
12 tasks
hawkingrei
added
the
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
label
Aug 9, 2023
/assign |
@yashvardhanmishra Thank you. too many code need to update. so you can choose part to migrate. |
This was referenced Aug 10, 2023
12 tasks
12 tasks
12 tasks
12 tasks
12 tasks
12 tasks
This was referenced Aug 17, 2023
12 tasks
12 tasks
12 tasks
12 tasks
12 tasks
12 tasks
12 tasks
/test all |
12 tasks
13 tasks
13 tasks
13 tasks
13 tasks
I think all the old package has been migrated into the new one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
With the latest release of Go, we have introduced the new slices and maps packages in the standard library. These packages provide improved functionality and support generic operations on slices and maps of any element or key type.
To leverage the benefits of the standard library and ensure better code maintainability, we need to migrate our codebase from the exp/slices and exp/maps packages to the standard library equivalents.
The text was updated successfully, but these errors were encountered: