diff options
Diffstat (limited to 'coredns.go')
-rw-r--r-- | coredns.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coredns.go b/coredns.go index f03c218e9..17f106566 100644 --- a/coredns.go +++ b/coredns.go @@ -1,5 +1,7 @@ package main +//go:generate go run directives_generate.go + import "github.com/miekg/coredns/coremain" func main() { |