Y
Hacker News
new
|
ask
|
show
|
jobs
by
muzzammildotxyz
2956 days ago
No, I meant the readability in .json file. Should I care for that anyway?
Also, great website! :D
2 comments
Vendan
2956 days ago
https://golang.org/pkg/encoding/json/#MarshalIndent
if you want to "pretty print" the json output
link
muzzammildotxyz
2956 days ago
That's great! :D Thanks!
link
dewey
2956 days ago
You don’t have to worry about that and don’t have to manually format it.
link
muzzammildotxyz
2956 days ago
Please take a look at this:
https://github.com/muhammadmuzzammil1998/Log-mailer/commit/f...
link
muzzammildotxyz
2956 days ago
https://golang.org/pkg/encoding/json/#MarshalIndent
:D
link