Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 948 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 948 Bytes

goreq

Build Status GoDoc Go Report Card

http request utility library for Go

this package is very small and lightweight, useful for RESTful APIs.

installation

go get github.com/alioygur/goreq

usage

for more documentation godoc

Contribute

Use issues for everything

  • Report problems
  • Discuss before sending a pull request
  • Suggest new features/recipes
  • Improve/fix documentation

Thanks & Authors

I use code/got inspiration from these excellent libraries: