From 096da7a702285ff058a6bdd4f9a650fefcab4a00 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 8 Mar 2013 22:45:02 -0600 Subject: Update docs for new byte array and slice behavior. --- spew/dump.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spew/dump.go') diff --git a/spew/dump.go b/spew/dump.go index b47b5db..bf61419 100644 --- a/spew/dump.go +++ b/spew/dump.go @@ -377,6 +377,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 an exported package global, spew.Config. See ConfigState for options documentation. -- cgit v1.2.3