Update the proxy server.

This commit is contained in:
Brendan Burns
2014-06-23 22:18:14 -07:00
parent 5756189f0d
commit 8b50e45dcc
6 changed files with 74 additions and 31 deletions

View File

@@ -147,7 +147,7 @@ func (r *Request) Body(obj interface{}) *Request {
return r
}
// Format and execute the request.
// Format and xecute the request. Returns the API object received, or an error.
func (r *Request) Do() Result {
if r.err != nil {
return Result{err: r.err}