This commit is contained in:
2026-03-07 05:30:18 +07:00
parent 186d09ba5a
commit 3612805009
4 changed files with 112 additions and 66 deletions
+1
View File
@@ -2,4 +2,5 @@ package cleaner
type ICleaner interface {
ClearCode(code string) string
ClearText(text string) string
}