Documentation
¶
Overview ¶
ghstat - statistical multi-criteria decision-making comparator for Github's projects.
Directories
¶
Path | Synopsis |
---|---|
Package httpcache provides an interface to HTTP request static cache, Usage example : func main() { url := "https://api.github.com/repos/astaxie/beego/contributors" body := httpcache.MakeCachedHTTPRequest(url) jsonResp, linkHeader, _ := httpcache.ReadResp(body) fmt.Printf("%s\n%s", jsonResp, linkHeader) }
|
Package httpcache provides an interface to HTTP request static cache, Usage example : func main() { url := "https://api.github.com/repos/astaxie/beego/contributors" body := httpcache.MakeCachedHTTPRequest(url) jsonResp, linkHeader, _ := httpcache.ReadResp(body) fmt.Printf("%s\n%s", jsonResp, linkHeader) } |
Click to show internal directories.
Click to hide internal directories.