-
Notifications
You must be signed in to change notification settings - Fork 101
Conversation
maybe we can get rid of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rest LGTM
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
@overvenus Can you help merge this pr? Thanks |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 82c2198
|
What problem does this PR solve?
Since we have upgraded to go 1.16 in #1159, I think we can remove the Deprecation of io/ioutil.
What is changed and how it works?
Remove all deprecated io/ioutil usages except
pkg/lightning/web/res_vfsdata.go
, because it was generated by vfsgen.Check List
Tests
Code changes
Side effects
Related changes
Release note
No release note