MCPcopy Index your code
hub / github.com/mmcdole/gofeed / Error

Method Error

parser.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (err HTTPError) Error() string {
28 return fmt.Sprintf("http error: %s", err.Status)
29}
30
31// Parser is a universal feed parser that detects
32// a given feed type, parsers it, and translates it

Callers 5

mainFunction · 0.80
parseRootMethod · 0.80

Calls

no outgoing calls