Is there a function in Go to print all the current member names and values of an object?
- by fuentesjr
I'm looking for something like PHP's print_r or python's dict. Anybody know if this function exists, or its something that needs to be implemented?