add format string

This commit is contained in:
2026-05-29 08:48:51 +07:00
parent 235faddaa8
commit 813493ffa7
3 changed files with 13 additions and 4 deletions
+1
View File
@@ -2,4 +2,5 @@ package formatter
type IFormatter interface {
FormatText(text string) string
FormatString(text string) string
}