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. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2c79ebe..6d22e15 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,10 @@ options. See the ConfigState documentation for more details. Disables invocation of error and Stringer interface methods on types 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. ``` ## License -- cgit v1.2.3