package cleaner type ICleaner interface { ClearCode(code string) string ClearText(text string) string }