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

Deprecate ioutil #14

Closed
wants to merge 2 commits into from
Closed

Deprecate ioutil #14

wants to merge 2 commits into from

Conversation

OldPanda
Copy link
Owner

As mentioned in the document,

Deprecated: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.66%. Comparing base (3642c53) to head (f2e0a47).

Additional details and impacted files
@@            Coverage Diff             @@
##           pre-1.0.0      #14   +/-   ##
==========================================
  Coverage      91.66%   91.66%           
==========================================
  Files              3        3           
  Lines            168      168           
==========================================
  Hits             154      154           
  Misses             8        8           
  Partials           6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@OldPanda OldPanda deleted the branch pre-1.0.0 August 10, 2024 04:22
@OldPanda OldPanda closed this Aug 10, 2024
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