-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mod: change package ioutil->os #923
Conversation
Hi @dlstjq7685 , thanks for preparation of the PR. Currently we are fighting with the download problem of gobot framework since v2+, so please be patient. No action is required, also no rebase at the moment. After that phase I will have a look to your change. Meanwhile I can just say: there are some more usages for ioutil in the code and it would be nice if we can fix this all at once. Thank you for your patience! |
Hi @dlstjq7685 , dev branch is now open for merge again. Please could you also fix the other findings for ioutil. Thanks Thomas |
@gen2thomas |
Hi @dlstjq7685 , many thanks for your good work, please see my only comment regarding the conflict warning below. |
@gen2thomas |
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.
looks good
cli/generate.go
Outdated
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.
this file was removed now, please rebase your branch (or simply revert the change on this file)
Nice work, thanks! Already merged. |
little change fs_mock.go.
ioutil
is Deprecated, so i changed toos
package.