aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/leonklingele
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/leonklingele')
-rw-r--r--vendor/github.com/leonklingele/grouper/pkg/analyzer/analyzer.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/github.com/leonklingele/grouper/pkg/analyzer/analyzer.go b/vendor/github.com/leonklingele/grouper/pkg/analyzer/analyzer.go
index 9852c7838..7d8c0c4f0 100644
--- a/vendor/github.com/leonklingele/grouper/pkg/analyzer/analyzer.go
+++ b/vendor/github.com/leonklingele/grouper/pkg/analyzer/analyzer.go
@@ -15,7 +15,9 @@ import (
const (
Name = "grouper"
- Doc = `expression group analyzer: require 'import', 'const', 'var' and/or 'type' declaration groups`
+ Doc = `analyze expression groups
+
+Require 'import', 'const', 'var' and/or 'type' declaration groups.`
)
func New() *analysis.Analyzer {