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
I noticed that the project is still using the deprecated io/ioutil library in some parts of the codebase. Since io/ioutil has been deprecated in Go 1.16, it's recommended to update the code to use the newer io package instead.
I propose updating the affected parts of the codebase to use the io package for improved compatibility with future versions of Go.
The text was updated successfully, but these errors were encountered:
What would you like?
I noticed that the project is still using the deprecated
io/ioutil
library in some parts of the codebase. Sinceio/ioutil
has been deprecated in Go 1.16, it's recommended to update the code to use the newerio
package instead.I propose updating the affected parts of the codebase to use the
io
package for improved compatibility with future versions of Go.The text was updated successfully, but these errors were encountered: