joaonsantos / gurl

Basic curl functionality but in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gurl

Basic curl functionality but in Go.

Installation

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.

Testing

Run go test in the working directory.

About

Basic curl functionality but in Go

License:MIT License


Languages

Language:Go 64.6%Language:Makefile 24.6%Language:Shell 10.8%