mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -04:00
chore: Upgrade to golangci-lint v2 (#7236)
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
@@ -13,8 +13,7 @@ import (
|
||||
)
|
||||
|
||||
func TestImplementsTransferer(t *testing.T) {
|
||||
var e plugin.Handler
|
||||
e = &External{}
|
||||
var e plugin.Handler = &External{}
|
||||
_, ok := e.(transfer.Transferer)
|
||||
if !ok {
|
||||
t.Error("Transferer not implemented")
|
||||
|
||||
Reference in New Issue
Block a user