Skip to content

Commit 46c1f91

Browse files
committed
fix compile error
1 parent 846b28d commit 46c1f91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gopls/internal/golang/codeaction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ func goToTestCodeAction(ctx context.Context, req *codeActionsRequest) error {
11531153
return nil
11541154
}
11551155

1156-
path, _ := astutil.PathEnclosingInterval(req.pgf.File, req.start, req.end)
1156+
path, _ := goastutil.PathEnclosingInterval(req.pgf.File, req.start, req.end)
11571157
if len(path) < 2 {
11581158
return nil
11591159
}

0 commit comments

Comments
 (0)