Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
func
(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
TestParser_ParseURLWithContext
Function · 0.80
TestParser_ParseURLWithContextAndBasicAuth
Function · 0.80
main
Function · 0.80
parseRoot
Method · 0.80
TestParser_ParseInvalidAndStruct
Function · 0.80
Calls
no outgoing calls
Tested by
3
TestParser_ParseURLWithContext
Function · 0.64
TestParser_ParseURLWithContextAndBasicAuth
Function · 0.64
TestParser_ParseInvalidAndStruct
Function · 0.64