-
Notifications
You must be signed in to change notification settings - Fork 137
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
Comments
We don't use go |
Ok got it. The codegen is powered by this library, please report to them. |
They fixed this issue a long time ago. |
Thanks for the confirmation, will update to latest version |
The library is updated and the new version is published to the marketplace. Please update to You can see all the features released in this update Please test it and let me know your feedback |
Describe the bug
ioutil is deprecated since Go 1.16
For example,
ioutil.ReadAll
this function simply callsio.ReadAll
To Reproduce
Expected behavior
Platform:
Are you using the free version/paid version/trial:
The text was updated successfully, but these errors were encountered: