mirror of
https://github.com/coredns/coredns.git
synced 2026-04-05 11:45:33 -04:00
lint(revive): fix unused-parameter violations (#7980)
This commit is contained in:
@@ -3,6 +3,6 @@ package erratic
|
||||
import "github.com/coredns/coredns/request"
|
||||
|
||||
// AutoPath implements the AutoPathFunc call from the autopath plugin.
|
||||
func (e *Erratic) AutoPath(state request.Request) []string {
|
||||
func (e *Erratic) AutoPath(_state request.Request) []string {
|
||||
return []string{"a.example.org.", "b.example.org.", ""}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user