How to print a map, struct or whatever in a readable way?
With PHP you can to this
echo \'\'; print_r($var); echo \'\';
\'; print_r($var); echo \'
https://github.com/davecgh/go-spew
Go-spew implements a deep pretty printer for Go data structures to aid in debugging.