go fmt
This commit is contained in:
parent
012b58bbe4
commit
632412c10e
16 changed files with 61 additions and 51 deletions
|
|
@ -60,9 +60,9 @@ func ExtractContent(page io.Reader) (string, error) {
|
|||
best = body
|
||||
break
|
||||
}
|
||||
if best == nil {
|
||||
return "", errors.New("failed to extract content")
|
||||
}
|
||||
if best == nil {
|
||||
return "", errors.New("failed to extract content")
|
||||
}
|
||||
}
|
||||
//log.Printf("[Readability] TopCandidate: %v", topCandidate)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue