The source project of this merge request has been removed.
Fix: replace deprecated ioutil.Discard with io.Discard
Replaces deprecated ioutil.Discard usage with io.Discard.
This aligns the codebase with current Go standard library guidance without changing behavior.