TheYahya / enola

This is Sherlock's sister, Modern shiny CLI tool written with Golang to help you: 🔎 Hunt down social media accounts by username across social networks
MIT License
563 stars 36 forks source link

refactor(enola): remove ioutil #23

Closed amirrossein closed 1 year ago

amirrossein commented 1 year ago

The "ioutil" has been deprecated since go 1.16. I replace it with the "io" package.