Parse REST API json response in golang
Coming from predominantly Python and PHP world I have worked on building and consuming APIs.
So when I was tasked with consuming an API in Go language, I had to do it a bit differently compared to Python world.
import requests
from pprint import p...
mithun.hashnode.dev1 min read