Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 396 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 396 Bytes

Unirest HTTP Client for Go

Build Status

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
import "github.com/apimatic/unirest-go"