mirror of
https://github.com/coredns/coredns.git
synced 2025-12-18 08:05:14 -05:00
chore: Upgrade to golangci-lint v2 (#7236)
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
)
|
||||
|
||||
var log = clog.NewWithPlugin("loadbalance")
|
||||
var errOpen = errors.New("Weight file open error")
|
||||
var errOpen = errors.New("weight file open error")
|
||||
|
||||
func init() { plugin.Register("loadbalance", setup) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user