You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filepath.Walk does not (and will not) respect traversing symlinks. (See #17451)
Can we improve the error message when a user attempts to run go install on a package that is a symlink? Right now the error message is "warning: %q matched no packages\n".
That does not offer the user insight into why the package did not build as expected.