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

refactor(nethttp_request_adapter.go): As of Go 1.16, the functions in the ioutil package have been deprecated. #137

Merged
merged 5 commits into from
Jan 22, 2024

Conversation

XdpCs
Copy link
Contributor

@XdpCs XdpCs commented Jan 20, 2024

As of Go 1.16, ioutil.ReadAll, ioutil.NopCloser were deprecated.

…as deprecated

As of Go 1.16, ioutil.ReadAll was deprecated.
@XdpCs XdpCs changed the title refactor(nethttp_request_adapter.go): as of Go 1.16, ioutil.ReadAll was deprecated refactor(nethttp_request_adapter.go): as of Go 1.16, ioutil's function was deprecated Jan 20, 2024
@XdpCs XdpCs changed the title refactor(nethttp_request_adapter.go): as of Go 1.16, ioutil's function was deprecated refactor(nethttp_request_adapter.go): As of Go 1.16, the functions in the ioutil package have been deprecated. Jan 20, 2024
andrueastman
andrueastman previously approved these changes Jan 22, 2024
rkodev
rkodev previously approved these changes Jan 22, 2024
baywet
baywet previously approved these changes Jan 22, 2024
Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution!

CHANGELOG.md Outdated Show resolved Hide resolved
@baywet baywet dismissed stale reviews from rkodev, andrueastman, and themself via dea4d65 January 22, 2024 14:51
@baywet baywet enabled auto-merge January 22, 2024 14:51
@baywet baywet merged commit 6cc53e2 into microsoft:main Jan 22, 2024
7 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.

4 participants