summaryrefslogtreecommitdiff
path: root/spew/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'spew/doc.go')
-rw-r--r--spew/doc.go4
1 files changed, 4 insertions, 0 deletions
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: