diff options
author | 2019-08-24 18:14:25 +0000 | |
---|---|---|
committer | 2019-08-24 18:14:25 +0000 | |
commit | 07748d0c34b4c8329dfce8d1fe976ba61152dfec (patch) | |
tree | a2b1a2eb5481f4ea769e7c34c937d44ecd62a8c7 /plugin/done.go | |
parent | 62451fd3eb68cef5dcdafe6e4228f08cf52d84fc (diff) | |
download | coredns-07748d0c34b4c8329dfce8d1fe976ba61152dfec.tar.gz coredns-07748d0c34b4c8329dfce8d1fe976ba61152dfec.tar.zst coredns-07748d0c34b4c8329dfce8d1fe976ba61152dfec.zip |
go report card fixes (#3182)
Went over the list at https://goreportcard.com/report/github.com/coredns/coredns
and removed/fix some code to make it slightly happier.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin/done.go')
-rw-r--r-- | plugin/done.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/done.go b/plugin/done.go index 3f53273da..c6ff8633b 100644 --- a/plugin/done.go +++ b/plugin/done.go @@ -10,5 +10,4 @@ func Done(ctx context.Context) bool { default: return false } - return false } |