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 c080634 commit 1600342Copy full SHA for 1600342
cmd/nilerr/main.go
@@ -1,7 +1,7 @@
1
package main
2
3
import (
4
- "github.com/gostaticanalysis/nilerr"
+ "github.com/golangci/nilerr"
5
"golang.org/x/tools/go/analysis/singlechecker"
6
)
7
go.mod
@@ -1,4 +1,4 @@
-module github.com/gostaticanalysis/nilerr
+module github.com/golangci/nilerr
go 1.24.0
nilerr_test.go
@@ -3,7 +3,7 @@ package nilerr_test
"testing"
"golang.org/x/tools/go/analysis/analysistest"
8
9
0 commit comments