aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gocapturedrefrace/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/gocapturedrefrace/main.go b/cmd/gocapturedrefrace/main.go
index bab8032..60c7838 100644
--- a/cmd/gocapturedrefrace/main.go
+++ b/cmd/gocapturedrefrace/main.go
@@ -21,9 +21,9 @@ package main
import (
"golang.org/x/tools/go/analysis/singlechecker"
- "gopkg.teddywing.com/gocapturedrefrace"
+ "gopkg.teddywing.com/capturedrefrace"
)
func main() {
- singlechecker.Main(gocapturedrefrace.Analyzer)
+ singlechecker.Main(capturedrefrace.Analyzer)
}