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

Address deprecations and dead code #71

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Conversation

miguelbernadi
Copy link
Contributor

  • ioutil has been deprecated since Go 1.16, so we can use the replacements.
  • slices.Sort is simpler and faster than using the sort package, and now availabel with Go 1.21.
  • Found an unused functions that can be dropped.

Change-Id: If44cceaa2bbba10535cd5c663de4615823d86ba5

- `ioutil` has been deprecated since Go 1.16, so we can use the
replacements.
- `slices.Sort` is simpler and faster than using the `sort` package,
and now availabel with Go 1.21.
- Found an unused functions that can be dropped.

Change-Id: If44cceaa2bbba10535cd5c663de4615823d86ba5
@joaoqalves joaoqalves self-requested a review January 18, 2024 11:17
@miguelbernadi miguelbernadi merged commit d6f9a1b into adevinta:main Jan 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants