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