refactor: yet another one, someday I might be happy

This commit is contained in:
2024-03-24 03:28:08 +00:00
parent ccc3668fa2
commit de3a9e55a8
18 changed files with 613 additions and 499 deletions

View File

@@ -57,3 +57,7 @@ func (t *Text) Render(w io.Writer, v any) error {
return nil
}
func (t *Text) Formats() []string {
return []string{"text", "txt", "plain"}
}