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

4
xml.go
View File

@@ -43,3 +43,7 @@ func (x *XML) Render(w io.Writer, v any) error {
return nil
}
func (x *XML) Formats() []string {
return []string{"xml"}
}