diff options
author | 2017-02-22 07:25:58 +0000 | |
---|---|---|
committer | 2017-02-22 07:25:58 +0000 | |
commit | c5224b104836539dce0a07dc58004e943f8ec812 (patch) | |
tree | c02342c73aa26e288d8132698fcacdbf9d27b2ff /core/zmiddleware.go | |
parent | 81af74aad0d51961a7622fcb410d510ff83f9dd6 (diff) | |
download | coredns-c5224b104836539dce0a07dc58004e943f8ec812.tar.gz coredns-c5224b104836539dce0a07dc58004e943f8ec812.tar.zst coredns-c5224b104836539dce0a07dc58004e943f8ec812.zip |
Golint (#548)
* linter fixes
* Golint and format code
* fmt
Diffstat (limited to 'core/zmiddleware.go')
-rw-r--r-- | core/zmiddleware.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/zmiddleware.go b/core/zmiddleware.go index 3929e04ac..e77d800cf 100644 --- a/core/zmiddleware.go +++ b/core/zmiddleware.go @@ -1,7 +1,9 @@ // generated by directives_generate.go; DO NOT EDIT + package core import ( + // Include all middleware. _ "github.com/coredns/coredns/middleware/auto" _ "github.com/coredns/coredns/middleware/bind" _ "github.com/coredns/coredns/middleware/cache" |