aboutsummaryrefslogtreecommitdiff
path: root/plugin.cfg
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-12-07 08:36:43 +0000
committerGravatar GitHub <noreply@github.com> 2019-12-07 08:36:43 +0000
commitecd5c0997ddb13e87182563d3d15f645ef4c0fb8 (patch)
treec24d928e4f46d4f742279b88a8ab3b47e79bd75a /plugin.cfg
parenta53321d9d6bdc80cc4aa88982f401ef2e3267e34 (diff)
downloadcoredns-ecd5c0997ddb13e87182563d3d15f645ef4c0fb8.tar.gz
coredns-ecd5c0997ddb13e87182563d3d15f645ef4c0fb8.tar.zst
coredns-ecd5c0997ddb13e87182563d3d15f645ef4c0fb8.zip
plugin.cfg: go gen -> go generate (#3511)
This takes over #3476 because that is a good change but lacks the DCO and the author seems unresponsive. Reformat the file a bit more while we're at it. Closes: #3476 Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin.cfg')
-rw-r--r--plugin.cfg18
1 files changed, 9 insertions, 9 deletions
diff --git a/plugin.cfg b/plugin.cfg
index d40cf7a33..3f3dd85fd 100644
--- a/plugin.cfg
+++ b/plugin.cfg
@@ -1,20 +1,20 @@
-# Directives are registered in the order they should be
-# executed.
+# Directives are registered in the order they should be executed.
#
-# Ordering is VERY important. Every plugin will
-# feel the effects of all other plugin below
-# (after) them during a request, but they must not
-# care what plugin above them are doing.
+# Ordering is VERY important. Every plugin will feel the effects of all other
+# plugin below (after) them during a request, but they must not care what plugin
+# above them are doing.
-# How to rebuild with updated plugin configurations:
-# Modify the list below and run `go gen && go build`
+# How to rebuild with updated plugin configurations: Modify the list below and
+# run `go generate && go build`
-# The parser takes the input format of
+# The parser takes the input format of:
+#
# <plugin-name>:<package-name>
# Or
# <plugin-name>:<fully-qualified-package-name>
#
# External plugin example:
+#
# log:github.com/coredns/coredns/plugin/log
# Local plugin example:
# log:log