summaryrefslogtreecommitdiff
path: root/spew/config.go
diff options
context:
space:
mode:
authorDave Collins <[email protected]>2013-03-08 22:45:02 -0600
committerDave Collins <[email protected]>2013-03-08 22:45:02 -0600
commit096da7a702285ff058a6bdd4f9a650fefcab4a00 (patch)
tree95eee0f999c05b84890c4941fafcdaca192fbb26 /spew/config.go
parent534ad78b7ec4bcaea87a50676ddff2c2b2a38863 (diff)
Update docs for new byte array and slice behavior.
Diffstat (limited to 'spew/config.go')
-rw-r--r--spew/config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/spew/config.go b/spew/config.go
index 406171a..9296e67 100644
--- a/spew/config.go
+++ b/spew/config.go
@@ -235,6 +235,8 @@ package:
* Custom types which only implement the Stringer/error interfaces via
a pointer receiver are optionally invoked when passing non-pointer
variables
+ * Byte arrays and slices are dumped like the hexdump -C command which
+ includes offsets, byte values in hex, and ASCII output
The configuration options are controlled by modifying the public members
of c. See ConfigState for options documentation.