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

replace io/ioutil with io, os package #199

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

kyu08
Copy link
Contributor

@kyu08 kyu08 commented Dec 2, 2024

What

SSIA

Why

As you may know, io/ioutil package is deprecated now.

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.
https://pkg.go.dev/io/ioutil

@yfuruyama yfuruyama self-requested a review December 4, 2024 02:22
Copy link
Collaborator

@yfuruyama yfuruyama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. LGTM.

@yfuruyama yfuruyama merged commit 30bae18 into cloudspannerecosystem:master Dec 4, 2024
2 checks passed
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