diff options
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 |