fixed typo
This commit is contained in:
parent
deefc6b24b
commit
fcfb201675
2
main.go
2
main.go
@ -7,7 +7,7 @@ import (
|
|||||||
"github.com/TylerBrock/colorjson"
|
"github.com/TylerBrock/colorjson"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Print will beautify the output of
|
// Print will beautify the output of body
|
||||||
func Print(body interface{}) {
|
func Print(body interface{}) {
|
||||||
b, err := json.Marshal(body)
|
b, err := json.Marshal(body)
|
||||||
var obj map[string]interface{}
|
var obj map[string]interface{}
|
||||||
|
Loading…
Reference in New Issue
Block a user