summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Collins <[email protected]>2013-03-03 12:23:56 -0600
committerDave Collins <[email protected]>2013-03-03 12:59:13 -0600
commit9dfc23886547f6515837b0d94c156252fcca83fc (patch)
tree926db96f954fb343a9a793dd0acaaa406ab9d38a /README.md
parent6d6046a9de11932943e5ef05d72c0ee2f02f1797 (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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