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.
2 parents 27ab208 + afb96db commit ad2abe9Copy full SHA for ad2abe9
cmd/nakedret/main.go
@@ -3,7 +3,7 @@ package main
3
import (
4
"golang.org/x/tools/go/analysis/singlechecker"
5
6
- "github.com/alexkohler/nakedret"
+ "github.com/alexkohler/nakedret/v2"
7
)
8
9
const (
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/alexkohler/nakedret
+module github.com/alexkohler/nakedret/v2
2
go 1.18
0 commit comments