1. Install go 1.9 or later
2. Install dependencies:

    go get github.com/h2non/gock

3. Compile and test:

    go install ./...
    go vet ./...
    go test ./...
    golint ./...
