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 {
2017-02-09 14:13:03 +00:00
Process(text string) string
}