# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
go-http
Yet Another Go-HTTP-Client based only on the standard library
Installation
# Go Modules
require github.com/bloodshoot111/go-http
Usage
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"