You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Go 1.16, which is due for release in a month or so, package io/ioutil is effectively deprecated with most of its functionality moved to package io and package os. Use those functions instead of the old ones in our code as well.
The text was updated successfully, but these errors were encountered:
As of Go 1.16, which is due for release in a month or so, package
io/ioutil
is effectively deprecated with most of its functionality moved to packageio
and packageos
. Use those functions instead of the old ones in our code as well.The text was updated successfully, but these errors were encountered: