Basic curl functionality but in Go.
Simply run:
go install github.com/joaonsantos/gurl@latest
At this point the binary should be in your $GOPATH/bin
directory.
If this directory is in $PATH
, then just call gurl
anywhere in your terminal.
Run go test
in the working directory.