| 29 | } |
| 30 | |
| 31 | type HTML struct { |
| 32 | Cmd string // original command from present source |
| 33 | template.HTML |
| 34 | } |
| 35 | |
| 36 | func (s HTML) PresentCmd() string { return s.Cmd } |
| 37 | func (s HTML) TemplateName() string { return "html" } |
nothing calls this directly
no outgoing calls
no test coverage detected