aboutsummaryrefslogtreecommitdiffstats
path: root/capturedrefrace.go
diff options
context:
space:
mode:
Diffstat (limited to 'capturedrefrace.go')
-rw-r--r--capturedrefrace.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/capturedrefrace.go b/capturedrefrace.go
index 21a8b2d..b58ed9d 100644
--- a/capturedrefrace.go
+++ b/capturedrefrace.go
@@ -29,8 +29,6 @@ import (
"golang.org/x/tools/go/ast/inspector"
)
-var version = "0.0.1"
-
var Analyzer = &analysis.Analyzer{
Name: "capturedrefrace",
Doc: "reports captured references in goroutine closures",