commit | b280dea8281626bfd49f78e4b8cf3540c599847d | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Fri Oct 24 15:14:06 2014 +0200 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Fri Oct 24 15:14:06 2014 +0200 |
tree | 4161f4886815353e13120f920a048c6c5628e8a9 | |
parent | d258b79bd30b9b7e5eac15b49e051fe7ac91a10f [diff] [blame] |
Making root docs more consistent
diff --git a/results.go b/results.go index 19557fb..a8e3705 100644 --- a/results.go +++ b/results.go
@@ -39,7 +39,8 @@ } // ExtractNextURL attempts to extract the next URL from a JSON structure. It -// follows the common structure of nesting back and next links. +// follows the common convention of nesting back and next URLs in a "links" +// JSON array. func ExtractNextURL(links []Link) (string, error) { var url string