Skip to content

replace io/ioutil with io, os package#199

Merged
yfuruyama merged 1 commit intocloudspannerecosystem:masterfrom
kyu08:replace-ioutil
Dec 4, 2024
Merged

replace io/ioutil with io, os package#199
yfuruyama merged 1 commit intocloudspannerecosystem:masterfrom
kyu08:replace-ioutil

Conversation

@kyu08
Copy link
Copy Markdown
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
Copy Markdown
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
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