workreport-manager/export/latex/stringutil/converter.go

6 lines
78 B
Go

package stringutil
type Converter interface {
Process(text string) string
}