diff options
author | 2017-08-04 09:46:40 -0700 | |
---|---|---|
committer | 2017-08-04 09:46:40 -0700 | |
commit | 7ca018374f7c2249fe2ab89f2840dd6154a5cf71 (patch) | |
tree | bd84b656df8e9e132c2f22cb5ceaf97a3ab611c4 /middleware/kubernetes/autopath.go | |
parent | c08497adeea1eb03b84e11c25e6e1b0b41348a7c (diff) | |
download | coredns-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.go | 1 |
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 |