goreadability
goreadability copied to clipboard
Webpage summary extractor using Facebook Open Graph and arc90's readability
Results
2
goreadability issues
Sort by
recently updated
recently updated
newest added
hi, I saw this on the Readme, > Command Line Tool > TODO Any chance you could actualy do this and also release it as a binary on github ?...
enhancement
For example: ``` go func bodyStr(res *http.Response) (s *string, err error) { defer res.Body.Close() body, err := ioutil.ReadAll(res.Body) if err != nil { return nil, fmt.Errorf("ioutil.ReadAll failed: %v", err) }...
enhancement