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

6 lines
78 B
Go
Raw Normal View History

2017-02-09 14:13:03 +00:00
package stringutil
type converter interface {
Process(text string) string
}