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

ioutil is deprecated since Go 1.16 #1626

Closed
kebyn opened this issue Oct 22, 2024 · 6 comments
Closed

ioutil is deprecated since Go 1.16 #1626

kebyn opened this issue Oct 22, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@kebyn
Copy link

kebyn commented Oct 22, 2024

Describe the bug

ioutil is deprecated since Go 1.16
For example, ioutil.ReadAll this function simply calls io.ReadAll

To Reproduce

Expected behavior

Platform:

  • OS:
  • vscode version:
  • node version:
  • extension version:

Are you using the free version/paid version/trial:

@kebyn kebyn added the bug Something isn't working label Oct 22, 2024
@rangav
Copy link
Collaborator

rangav commented Oct 22, 2024

We don't use go

@rangav rangav closed this as completed Oct 22, 2024
@kebyn
Copy link
Author

kebyn commented Oct 22, 2024

The automatically generated golang code snippet has this problem

image

@rangav
Copy link
Collaborator

rangav commented Oct 22, 2024

Ok got it.

The codegen is powered by this library, please report to them.
https://github.com/Kong/httpsnippet

@kebyn
Copy link
Author

kebyn commented Oct 24, 2024

They fixed this issue a long time ago.

Kong/httpsnippet#305

@rangav
Copy link
Collaborator

rangav commented Oct 24, 2024

Thanks for the confirmation, will update to latest version

@rangav rangav reopened this Oct 24, 2024
@rangav
Copy link
Collaborator

rangav commented Nov 2, 2024

The library is updated and the new version is published to the marketplace. Please update to v2.29.5.

You can see all the features released in this update
https://github.com/rangav/thunder-client-support/releases/tag/v2.29.5

Please test it and let me know your feedback

@rangav rangav closed this as completed Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants