Yet Another Go-HTTP-Client based only on the standard library
# Go Modules
require github.com/bloodshoot111/go-http
In order to use the library for making HTTP calls you need to import the corresponding HTTP package:
import "github.com/bloodshoot111/go-http/gohttp"