We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3039cf commit 8ff9258Copy full SHA for 8ff9258
analyzer.go
@@ -12,7 +12,7 @@ import (
12
"golang.org/x/tools/go/analysis"
13
)
14
15
-const version = "wsl version v5.1.0"
+const version = "wsl version v5.1.1"
16
17
func NewAnalyzer(config *Configuration) *analysis.Analyzer {
18
wa := &wslAnalyzer{config: config}
0 commit comments