mirror of
https://github.com/coredns/coredns.git
synced 2025-10-17 10:21:08 +02:00
This PR is a small golint fix: ``` coredns/plugin/test/helpers.go Line 283: warning: redundant if ...; err != nil check, just return error instead. (golint) ``` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>