refactor: rename from mj2n to mje

This commit is contained in:
2022-09-15 23:44:32 +01:00
parent b0e52fc498
commit 7fdd61b54c
14 changed files with 389 additions and 376 deletions

View File

@@ -34,7 +34,7 @@ func render(w io.Writer, format string, v interface{}) error {
return err
}
return renderYAML(w, v)
return renderJSON(w, v)
}
func renderYAML(w io.Writer, v interface{}) error {