Hacker News new | ask | show | jobs
by Vendan 2955 days ago
https://golang.org/pkg/encoding/json/#MarshalIndent if you want to "pretty print" the json output
1 comments

That's great! :D Thanks!