diff options
author | 2018-01-08 13:13:25 +0000 | |
---|---|---|
committer | 2018-01-08 13:13:25 +0000 | |
commit | dd37627e8e42aeb9410b697fa18c8157accf74f9 (patch) | |
tree | 7b7fd4e5e11cdb972e7932625a987aad94e3df66 /core/zplugin.go | |
parent | a322d90f6fb27034caa9c8ea8e7d084b07303d7e (diff) | |
download | coredns-dd37627e8e42aeb9410b697fa18c8157accf74f9.tar.gz coredns-dd37627e8e42aeb9410b697fa18c8157accf74f9.tar.zst coredns-dd37627e8e42aeb9410b697fa18c8157accf74f9.zip |
plugin/template: README tweaks (#1361)
* plugin/template: README tweaks
* Go gen it
Diffstat (limited to 'core/zplugin.go')
-rw-r--r-- | core/zplugin.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/zplugin.go b/core/zplugin.go index 30539b500..6e4724cef 100644 --- a/core/zplugin.go +++ b/core/zplugin.go @@ -30,6 +30,7 @@ import ( _ "github.com/coredns/coredns/plugin/rewrite" _ "github.com/coredns/coredns/plugin/root" _ "github.com/coredns/coredns/plugin/secondary" + _ "github.com/coredns/coredns/plugin/template" _ "github.com/coredns/coredns/plugin/tls" _ "github.com/coredns/coredns/plugin/trace" _ "github.com/coredns/coredns/plugin/whoami" |