Skip to content
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

Remove deprecated ioutil functions #98

Merged
merged 1 commit into from
Nov 30, 2022
Merged

Remove deprecated ioutil functions #98

merged 1 commit into from
Nov 30, 2022

Conversation

alexandear
Copy link
Contributor

This PR replaces usages functions from io/ioutil with os and io. Package ioutil is deprecated since go 1.16.

@codecov
Copy link

codecov bot commented Nov 30, 2022

Codecov Report

Merging #98 (f197f6a) into master (b3ab5f3) will not change coverage.
The diff coverage is 75.00%.

@@           Coverage Diff           @@
##           master      #98   +/-   ##
=======================================
  Coverage   83.74%   83.74%           
=======================================
  Files           8        8           
  Lines         406      406           
=======================================
  Hits          340      340           
  Misses         53       53           
  Partials       13       13           
Impacted Files Coverage Δ
reviser/dir.go 0.00% <0.00%> (ø)
pkg/module/module.go 86.20% <100.00%> (ø)
reviser/file.go 95.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@alexandear alexandear changed the title Remove deprecated stdlib functions Remove deprecated ioutil functions Nov 30, 2022
@incu6us incu6us merged commit 5898124 into incu6us:master Nov 30, 2022
@alexandear alexandear deleted the remove-deprecated-functions branch November 30, 2022 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants