pcopy
pcopy copied to clipboard
update from ioutil to os and io packages
in project we still have ioutil package. as it is deprecated we need to update it with os or io packages
here I made pull request for this change:
https://github.com/binwiederhier/pcopy/pull/93