projectdiscovery / docs

Centralized docs of ProjectDiscovery
https://docs.projectdiscovery.io
3 stars 30 forks source link

Cloud API autogenerated go examples using outdated `ioutil.Copy` #58

Open Mzack9999 opened 1 month ago

Mzack9999 commented 1 month ago

io.Copy should be used instead of ioutil.Copy

ccosta-pd commented 1 month ago

@olearycrew Is this something you can help validate?

Mzack9999 commented 1 month ago

We should also check auto-generation best practices related to other languages (ex. python, java, etc)