MCPcopy Index your code
hub / github.com/unrolled/render / XML

Struct XML

engine.go:67–71  ·  view source on GitHub ↗

XML built-in renderer.

Source from the content-addressed store, hash-verified

65
66// XML built-in renderer.
67type XML struct {
68 Head
69 Indent bool
70 Prefix []byte
71}
72
73// Write outputs the header content.
74func (h Head) Write(w http.ResponseWriter) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected