Skip to content

fix: replace deprecated ioutil.ReadAll with io.ReadAll#1334

Open
MD-Mushfiqur123 wants to merge 1 commit into
floatpane:masterfrom
MD-Mushfiqur123:fix/deprecated-ioutil
Open

fix: replace deprecated ioutil.ReadAll with io.ReadAll#1334
MD-Mushfiqur123 wants to merge 1 commit into
floatpane:masterfrom
MD-Mushfiqur123:fix/deprecated-ioutil

Conversation

@MD-Mushfiqur123
Copy link
Copy Markdown

What

Replaced all deprecated ioutil.ReadAll calls with io.ReadAll.

Why

Closes #722. ioutil is deprecated since Go 1.16.

How

  • Replaced ioutil.ReadAll with io.ReadAll in fetcher/fetcher.go (3 occurrences)
  • Removed unused io/ioutil import

Testing

  • go build passes

@MD-Mushfiqur123 MD-Mushfiqur123 requested a review from a team as a code owner May 22, 2026 06:06
Copy link
Copy Markdown
Member

@floatpanebot floatpanebot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @MD-Mushfiqur123! Please fix the following issues with your PR:

  • Title: Is too long (54 characters). The PR title must be strictly under 40 characters.
  • Body: Missing the ## What? or ## Why? headings required by the PR template.

@floatpanebot floatpanebot added bug Something isn't working ci CI / build pipeline area/fetcher IMAP fetch / IDLE / search size/XS Diff: 0–10 lines and removed bug Something isn't working ci CI / build pipeline labels May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/fetcher IMAP fetch / IDLE / search size/XS Diff: 0–10 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: Deprecated ioutil package usage throughout codebase

2 participants