package formatter type IFormatter interface { FormatText(text string) string }