microcosm-cc / bluemonday

bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS
https://github.com/microcosm-cc/bluemonday
BSD 3-Clause "New" or "Revised" License
3.08k stars 178 forks source link

chore: remove refs to deprecated io/ioutil #180

Closed testwill closed 1 year ago

buro9 commented 1 year ago

Deprecation warning only requires new code to use the new items, no date of removal has been added and the compiler essentially just optimises this away.

If a human had added this as part of a general refactor to improve readability and bring the entire codebase to a modern idiomatic Go place... then I'd consider it. But an automation that performs minor and unneeded changes is a reject from me.