mirror of
https://github.com/coredns/coredns.git
synced 2025-12-14 22:35:10 -05:00
core: don't always include all plugins (#1135)
Clean out the imports in coredns.go and just leave the server import. Fixes #1119
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
package core
|
||||
|
||||
import (
|
||||
// Include all plugin.
|
||||
// Include all plugins.
|
||||
_ "github.com/coredns/coredns/plugin/auto"
|
||||
_ "github.com/coredns/coredns/plugin/autopath"
|
||||
_ "github.com/coredns/coredns/plugin/bind"
|
||||
|
||||
Reference in New Issue
Block a user