How to convert a JSON file to CSV file with Golang.
Many times I wanted to store the data from an API and look at it in another moment and don't call the API every time.
I spent almost a whole week trying to build this program. This is a program to practice Golang and its standard library. I learn a ...
carlosmv.hashnode.dev2 min read