wuzz/formatter/html.go

10 lines
125 B
Go
Raw Normal View History

package formatter
type htmlFormatter struct {
textFormatter
}
func (f *htmlFormatter) Title() string {
return "[html]"
}