How to build a very simple CLI program to make HTTP requests with Go
Recently I was learning how to build an API with Go for the first time, and when I wanted to test the POST handler, I didn't know how to do it.
So I built a program to help me know how my API behaves when I make a GET request or POST request.
This p...
carlosmv.hashnode.dev4 min read