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

fix(golang)/use io instead of io/ioutil #721

Merged
merged 3 commits into from
Jul 29, 2024

Conversation

panapol-p
Copy link
Contributor

I saw deprecated function in go code generator

after Go 1.16 ioutil.ReadAll(...) is deprecated, we should use io.ReadAll(...) instead

Doc ref : https://pkg.go.dev/io/ioutil#ReadAll
issue : #719

@panapol-p panapol-p changed the title [golang] fix/use io instead of io/ioutil fix(golang)/use io instead of io/ioutil Aug 6, 2023
Copy link

@theonly1me theonly1me 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 your contribution @panapol-p!

The changes look good to me, @VShingala, please feel free to take a look once.

@VShingala VShingala merged commit 21ab0a0 into postmanlabs:develop Jul 29, 2024
1 check failed
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.

3 participants