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

fix: do not use ioutil and other fixes #162

Merged
merged 1 commit into from
Jan 10, 2024
Merged

fix: do not use ioutil and other fixes #162

merged 1 commit into from
Jan 10, 2024

Conversation

caarlos0
Copy link
Collaborator

@caarlos0 caarlos0 commented Jan 9, 2024

  • do not use io/ioutil (deprecated)
  • use [strings|bytes]ReplaceAll(x,y) instead of [strings|bytes]Replace(x,y,-1)

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
@caarlos0 caarlos0 added the enhancement New feature or request label Jan 9, 2024
@caarlos0 caarlos0 self-assigned this Jan 9, 2024
@muesli muesli merged commit 9850e56 into master Jan 10, 2024
20 checks passed
@muesli muesli deleted the fix-deprecations branch January 10, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants