-
Notifications
You must be signed in to change notification settings - Fork 49
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
cleanup package usage #432
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #432 +/- ##
=======================================
Coverage 41.63% 41.63%
=======================================
Files 142 142
Lines 10729 10728 -1
=======================================
Hits 4467 4467
+ Misses 5394 5393 -1
Partials 868 868 ☔ View full report in Codecov by Sentry. |
gofmt -r 'ioutil.ReadAll -> io.ReadAll' -w . gofmt -r 'ioutil.ReadFile -> os.ReadFile' -w . goimports -w . Signed-off-by: Ronald G. Minnich <[email protected]>
I'd prefer we stop using these non-standard flag parsers when possible, as we did in u-root. They add little value. Signed-off-by: Ronald G. Minnich <[email protected]>
Signed-off-by: Ronald G. Minnich <[email protected]>
Signed-off-by: Ronald G. Minnich <[email protected]>
It is not clear why it is ok to ignore this error, but that is original code. Signed-off-by: Ronald G. Minnich <[email protected]>
Signed-off-by: Ronald G. Minnich <[email protected]>
no idea how to fix windows. |
gofmt -r 'ioutil.ReadAll -> io.ReadAll' -w .
gofmt -r 'ioutil.ReadFile -> os.ReadFile' -w .
goimports -w .