Skip to content

fix: do not use ioutil and other fixes#162

Merged
muesli merged 1 commit intomasterfrom
fix-deprecations
Jan 10, 2024
Merged

fix: do not use ioutil and other fixes#162
muesli merged 1 commit intomasterfrom
fix-deprecations

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
@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.

3 participants