Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleChrome/webstatus.dev
/ NewRSSRenderer
Function
NewRSSRenderer
backend/pkg/httpserver/rss_renderer.go:65–69 ·
view source on GitHub ↗
NewRSSRenderer initializes the renderer and parses the template at startup.
()
Source
from the content-addressed store, hash-verified
63
{{- end}}
64
{{-
if
.Moved}}
65
<h4>Features Moved/Renamed</h4>
66
<ul>
67
{{-
range
.Moved}}
68
<li>{{.}}</li>
69
{{- end}}
70
</ul>
71
{{- end}}
72
{{-
if
.Split}}
Callers
4
NewHTTPServer
Function · 0.85
setupTestServer
Function · 0.85
TestNewRSSRenderer
Function · 0.85
TestRenderRSSDescription
Function · 0.85
Calls
1
Parse
Method · 0.65
Tested by
3
setupTestServer
Function · 0.68
TestNewRSSRenderer
Function · 0.68
TestRenderRSSDescription
Function · 0.68