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 381d6d5 commit 0da5498Copy full SHA for 0da5498
analysis/typecheck/typecheck.go
@@ -29,9 +29,8 @@ var Analyzer = &analysis.Analyzer{
29
}
30
31
const (
32
- bigslicePkgPath = "github.com/grailbio/bigslice"
33
- execPkgPath = "github.com/grailbio/bigslice/exec"
34
- funcValueTypeString = "*github.com/grailbio/bigslice.FuncValue"
+ bigslicePkgPath = "github.com/grailbio/bigslice"
+ execPkgPath = "github.com/grailbio/bigslice/exec"
35
)
36
37
func run(pass *analysis.Pass) (interface{}, error) {
0 commit comments