Skip to content

refactor: move from io/ioutil to io and os package#236

Merged
amacneil merged 1 commit intoamacneil:mainfrom
Juneezee:deprecate-ioutil
Aug 27, 2021
Merged

refactor: move from io/ioutil to io and os package#236
amacneil merged 1 commit intoamacneil:mainfrom
Juneezee:deprecate-ioutil

Conversation

@Juneezee
Copy link
Copy Markdown
Contributor

The io/ioutil package has been deprecated in Go 1.16 (See https://golang.org/doc/go1.16#ioutil). This PR replaces the existing io/ioutil functions with their new definitions in io and os packages.

The io/ioutil package has been deprecated in Go 1.16. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
@amacneil
Copy link
Copy Markdown
Owner

Thank you!

@amacneil amacneil merged commit fb17e8e into amacneil:main Aug 27, 2021
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