зеркало из https://github.com/golang/tools.git
b9a48075ea
internal/gopathwalk.walk remove an unnecessary call to os.Lstat when checking if a symlink should be traversed. And remove a call to filepath.EvalSymlinks that should be unnecessary as we are using os.Stat to compare files. Change-Id: Ie5ad1cb99cbd6d62f08f2b482a3e84b6fe41114d Reviewed-on: https://go-review.googlesource.com/c/tools/+/392095 Reviewed-by: Heschi Kreinick <heschi@google.com> Run-TryBot: Heschi Kreinick <heschi@google.com> Auto-Submit: Heschi Kreinick <heschi@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Trust: Ian Lance Taylor <iant@golang.org> |
||
---|---|---|
.. | ||
walk.go | ||
walk_test.go |