diff options
author | 2023-06-09 18:08:23 +0200 | |
---|---|---|
committer | 2023-06-09 18:08:23 +0200 | |
commit | 8c489bd400646695fbbafc3ac5d5eb1e60d1de5b (patch) | |
tree | 9316f34486b36fcfcc70e77bf52121bbf91854a0 /plugin/autopath/autopath.go | |
parent | 6d3db023fe60caf68e1132e65c09f8cf49007a24 (diff) | |
download | coredns-8c489bd400646695fbbafc3ac5d5eb1e60d1de5b.tar.gz coredns-8c489bd400646695fbbafc3ac5d5eb1e60d1de5b.tar.zst coredns-8c489bd400646695fbbafc3ac5d5eb1e60d1de5b.zip |
replace reviewdog fully by golangci-lint (#6139)
Signed-off-by: Ondřej Benkovský <ondrej.benkovsky@jamf.com>
Diffstat (limited to 'plugin/autopath/autopath.go')
-rw-r--r-- | plugin/autopath/autopath.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/autopath/autopath.go b/plugin/autopath/autopath.go index e5675e87d..f6b3488e8 100644 --- a/plugin/autopath/autopath.go +++ b/plugin/autopath/autopath.go @@ -25,9 +25,9 @@ autopath.Func. Note the searchpath must be ending with the empty string. I.e: -func (m Plugins ) AutoPath(state request.Request) []string { - return []string{"first", "second", "last", ""} -} + func (m Plugins ) AutoPath(state request.Request) []string { + return []string{"first", "second", "last", ""} + } */ package autopath |