This commit is contained in:
2026-03-02 02:25:22 +07:00
parent caaed14ebc
commit 5ab7ae0fcd
6 changed files with 94 additions and 51 deletions
+5
View File
@@ -0,0 +1,5 @@
package formatter
type IFormatter interface {
FormatText(text string) string
}