Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
updated usage part in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Omie committed Sep 19, 2014
1 parent db27d6a commit 209fd20
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,17 @@ This library (rrdaclient) provides Go bindings to consume this API

## How to use

`go get github.com/omie/rrdaclient`
//get library
$ go get github.com/omie/rrdaclient

//import library
import github.com/omie/rrdaclient

//call functions
response = rrdaclient.GetHostAddress("<input>")

//Response is of type *rrdaclient.APIResponse
//and the structure resembles the RRDA JSON schema


## Further Reading
Expand Down

0 comments on commit 209fd20

Please sign in to comment.