Skip to content

refactor: migrate from io/ioutil to io and os#546

Open
ghosx wants to merge 1 commit intodtm-labs:mainfrom
ghosx:main
Open

refactor: migrate from io/ioutil to io and os#546
ghosx wants to merge 1 commit intodtm-labs:mainfrom
ghosx:main

Conversation

@ghosx
Copy link
Copy Markdown

@ghosx ghosx commented Feb 13, 2025

  • Replaced deprecated io/ioutil functions with their equivalents in io and os packages
  • This change aligns with Go 1.16+ recommendations to avoid using io/ioutil
  • Updated affected code and tests to ensure compatibility

- Replaced deprecated io/ioutil functions with their equivalents in io and os packages
- This change aligns with Go 1.16+ recommendations to avoid using io/ioutil
- Updated affected code and tests to ensure compatibility
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.

1 participant