Skip to content

Feature/go 1.26 ioutil fix#32

Merged
aurc merged 2 commits into
mainfrom
feature/go-1.26-ioutil-fix
Mar 19, 2026
Merged

Feature/go 1.26 ioutil fix#32
aurc merged 2 commits into
mainfrom
feature/go-1.26-ioutil-fix

Conversation

@aurc
Copy link
Copy Markdown
Owner

@aurc aurc commented Mar 19, 2026

Fix io/ioutil Deprecations ✓

  • Replaced ioutil.ReadFile with os.ReadFile in 2 files
  • Replaced ioutil.ReadDir with os.ReadDir in 1 file
  • Removed all io/ioutil imports
  • Committed to feature/go-1.26-ioutil-fix

aurc and others added 2 commits March 19, 2026 16:06
- Replace ioutil.ReadFile with os.ReadFile
- Replace ioutil.ReadDir with os.ReadDir
- Remove io/ioutil imports
- All tests passing

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@aurc aurc merged commit adc90d7 into main Mar 19, 2026
2 checks 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.

1 participant