alexballas / go2tv

Cast media files to UPnP/DLNA Media Renderers and Smart TVs.
MIT License
504 stars 50 forks source link

Tested on UE65KS7000 #3

Closed DictumMortuum closed 3 years ago

DictumMortuum commented 3 years ago

Tested on Samsung UE65KS7000. Did go v1.16 remove io/ioutil?

alexballas commented 3 years ago

Hi! Yes, they deprecated it with v1.16. https://golang.org/doc/go1.16#ioutil I could still keep it as a wrapper to the respective io and os methods, but I chose to completely remove it.