An open API service indexing awesome lists of open source software.

https://github.com/apimatic/unirest-go


https://github.com/apimatic/unirest-go

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Unirest HTTP Client for Go

[![Build Status](https://travis-ci.org/apimatic/unirest-go.png?branch=master)](https://travis-ci.org/apimatic/unirest-go)

Setup
-------------
To setup your project, follow these steps:

1. Download Unirest-Go using go get github.com/apimatic/unirest-go.
2. Import Unirest-Go in your project using

```go
import "github.com/apimatic/unirest-go"
```