From 9dfc23886547f6515837b0d94c156252fcca83fc Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sun, 3 Mar 2013 12:23:56 -0600 Subject: Cleanup documentation on new ContinueOnMethod code. This commit expands on TShadwell's work attached to issue #8. It rounds out the documentation for the new option. --- spew/doc.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spew/doc.go') diff --git a/spew/doc.go b/spew/doc.go index b899269..2e5acb2 100644 --- a/spew/doc.go +++ b/spew/doc.go @@ -87,6 +87,10 @@ The following configuration options are available: which only accept pointer receivers from non-pointer variables. Pointer method invocation is enabled by default. + * ContinueOnMethod + Enables recursion into types after invoking error and Stringer interface + methods. Recursion after method invocation is disabled by default. + Dump Usage Simply call spew.Dump with a list of variables you want to dump: -- cgit v1.2.3