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

chore(io/os): change ioutil to io or os pkg due to deprecation #263

Merged
merged 2 commits into from Sep 10, 2022

Conversation

ecrupper
Copy link
Contributor

@ecrupper ecrupper commented Sep 9, 2022

I noticed that the io/ioutil package has been deprecated since Go 1.16 (see here for details). Luckily it seems the functions we were using have 1-to-1 connections to supported functions in the io and os packages.

@ecrupper ecrupper self-assigned this Sep 9, 2022
@ecrupper ecrupper requested a review from a team as a code owner September 9, 2022 20:01
@codecov
Copy link

codecov bot commented Sep 9, 2022

Codecov Report

Merging #263 (30132d2) into master (f0f2001) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #263   +/-   ##
=======================================
  Coverage   97.08%   97.08%           
=======================================
  Files          57       57           
  Lines        6288     6288           
=======================================
  Hits         6105     6105           
  Misses        134      134           
  Partials       49       49           
Impacted Files Coverage Δ
database/compression.go 57.14% <100.00%> (ø)

@ecrupper ecrupper merged commit 37baff9 into master Sep 10, 2022
@ecrupper ecrupper deleted the chore-ioutil branch September 10, 2022 17:44
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.

None yet

3 participants