In the recent past, I got a chance to work on GO lang. The project on which I was working on, had a requirement of calling an external server. So I did that with the help of Go’s default HTTP client. Or in a more familiar word, this is kind of cURL for Go lang. You […]