diff --git a/main.go b/main.go index 18f2eb0..9b720fe 100644 --- a/main.go +++ b/main.go @@ -7,8 +7,8 @@ import ( "github.com/TylerBrock/colorjson" ) -// PrettyPrint will beautify the output of -func PrettyPrint(body interface{}) { +// Print will beautify the output of +func Print(body interface{}) { b, err := json.Marshal(body) var obj map[string]interface{} //json.Unmarshal([]byte(body), &obj)