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