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 d561fd9 commit facb4e6Copy full SHA for facb4e6
cmd/nlreturn/main.go
@@ -1,7 +1,7 @@
1
package main
2
3
import (
4
- "github.com/ssgreg/nlreturn/pkg/nlreturn"
+ "github.com/ssgreg/nlreturn/v2/pkg/nlreturn"
5
"golang.org/x/tools/go/analysis/singlechecker"
6
)
7
nlreturn.code-workspace
@@ -0,0 +1,8 @@
+{
+ "folders": [
+ {
+ "path": "."
+ }
+ ],
+ "settings": {}
8
+}
0 commit comments