Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dump ¶
func Dump(v interface{}) interface{}
Dump converts an arbitrary value to a simple scalar value.
The purpose of this function is to provide an alternative to fmt verbs such as %#v or %+v that returns a value in a more human-readable format.
String, int and floats are returned as is. Byte slices are converted to hex format. Complex data structures are represented as JSON.
It does not support recursive data.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.