Skip to content

Commit ebd65d6

Browse files
authored
Update README.md
1 parent dec3a84 commit ebd65d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Repro bug in gopls/VSCode:
1+
Repro bug in gopls/VSCode, https://github.com/golang/go/issues/75096
22

33
Navigate to `pkg2/bar.go` and right click `BarFunc` and select `Find All References`. It only find itself, not the usage in `pkg1`. If you make the `BarFunc` non-generic, e.g. `BarFunc func() string`, it works fine.
44

0 commit comments

Comments
 (0)