aboutsummaryrefslogtreecommitdiff
path: root/middleware/kubernetes/autopath.go
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com> 2017-08-04 09:46:40 -0700
committerGravatar Miek Gieben <miek@miek.nl> 2017-08-04 09:46:40 -0700
commit7ca018374f7c2249fe2ab89f2840dd6154a5cf71 (patch)
treebd84b656df8e9e132c2f22cb5ceaf97a3ab611c4 /middleware/kubernetes/autopath.go
parentc08497adeea1eb03b84e11c25e6e1b0b41348a7c (diff)
downloadcoredns-7ca018374f7c2249fe2ab89f2840dd6154a5cf71.tar.gz
coredns-7ca018374f7c2249fe2ab89f2840dd6154a5cf71.tar.zst
coredns-7ca018374f7c2249fe2ab89f2840dd6154a5cf71.zip
golint cleanup (#828)
Clean up some golint related issues. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'middleware/kubernetes/autopath.go')
-rw-r--r--middleware/kubernetes/autopath.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/middleware/kubernetes/autopath.go b/middleware/kubernetes/autopath.go
index ac86cfd6b..fa79212a9 100644
--- a/middleware/kubernetes/autopath.go
+++ b/middleware/kubernetes/autopath.go
@@ -14,7 +14,6 @@ import "github.com/miekg/dns"
// is NXDOMAIN (NameError). This is needed to support the AutoPath.OnNXDOMAIN
// function, which returns a NOERROR to client instead of NXDOMAIN if the final
// search in the path fails to produce results.
-
type AutoPathWriter struct {
dns.ResponseWriter
original dns.Question