mirror of
https://github.com/jimeh/mje.git
synced 2026-02-19 09:56:41 +00:00
refactor: rename from mj2n to mje
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user