Skip to content

Commit

Permalink
plugin.cfg: go gen -> go generate (coredns#3511)
Browse files Browse the repository at this point in the history
This takes over coredns#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: coredns#3476

Signed-off-by: Miek Gieben <miek@miek.nl>
  • Loading branch information
miekg authored Dec 7, 2019
1 parent a53321d commit ecd5c09
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions plugin.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ecd5c09

Please sign in to comment.