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

refactor: replace experimental maps and slices with stdlib #6179

Merged
merged 2 commits into from
Nov 25, 2024

Commits on Nov 25, 2024

  1. refactor: replace experimental maps and slices with stdlib

    The experimental functions are now available in the standard library in
    Go 1.21 [1] and Go 1.23 [2].
    
    [1]: https://go.dev/doc/go1.21#slices
    [2]: https://go.dev/doc/go1.23#new-unique-package
    
    Signed-off-by: Eng Zer Jun <[email protected]>
    Juneezee committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    09609b2 View commit details
    Browse the repository at this point in the history
  2. Rename result to values

    Reference: #6179 (comment)
    Signed-off-by: Eng Zer Jun <[email protected]>
    Juneezee committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4742e34 View commit details
    Browse the repository at this point in the history