From fcfb201675ea51f93e6f885608331cfb70a96940 Mon Sep 17 00:00:00 2001 From: Nils Jakobi Date: Sun, 10 May 2020 16:03:39 +0200 Subject: [PATCH] fixed typo --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{}