Comment 2 for bug 1743452

Revision history for this message
Conrado PLG (conradoplg) wrote :

This also breaks the Go extension of Visual Studio Code: https://github.com/Microsoft/vscode-go/issues/1636#issuecomment-387962213
A tool used by it, gopkgs, uses filepath.Walk (actually a parallel implementation of it, but it's the same issue) to list the packages in GOROOT, but filepath.Walk does not follow symlinks.