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