knadh / dns.toys

A DNS server that offers useful utilities and services over the DNS protocol. Weather, world time, unit conversion etc.
https://www.dns.toys
MIT License
2.48k stars 135 forks source link

Update deprecated io/ioutil package #64

Closed pravinkanna closed 2 months ago

pravinkanna commented 11 months ago

This PR updates the deprecated io/ioutil package to io and os in accordance with Go 1.16 changes. Functions like ioutil.ReadFile and ioutil.WriteFile are replaced with os.ReadFile and os.WriteFile respectively.