presubmit: test README.md sections (#3644)

Automatically submitted.
This commit is contained in:
Miek Gieben
2020-01-31 12:37:24 +01:00
committed by GitHub
parent 510f2c503d
commit f77c6e55bf
7 changed files with 62 additions and 2 deletions

View File

@@ -16,6 +16,8 @@ A plugin interested in the cancellation status should call `plugin.Done()` on th
context was canceled due to a timeout the plugin should not write anything back to the client and
return a value indicating CoreDNS should not either; a zero return value should suffice for that.
## Syntax
~~~ txt
cancel [TIMEOUT]
~~~