fixed typo

This commit is contained in:
Nils Stinnesbeck 2020-05-10 16:03:39 +02:00
parent deefc6b24b
commit fcfb201675
Signed by: nils
GPG Key ID: 86D4882C6C6CA48B

View File

@ -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{}