mirror of
https://github.com/golang/go
synced 2024-11-19 10:14:44 -07:00
6fb6f5a9fc
I'm not sure if this is entirely the correct approach, but at the very least we should never pass "command-line-arguments" to packages.Load. We still need to cache packages with the path "command-line-arguments" to avoid an excessive number of calls to packages.Load. Updates golang/go#37978 Change-Id: I1b5263a3dab95aacd797f03f742069fd0c53619c Reviewed-on: https://go-review.googlesource.com/c/tools/+/225117 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> |
||
---|---|---|
.. | ||
analysis.go | ||
cache.go | ||
check.go | ||
debug.go | ||
error_test.go | ||
errors.go | ||
external.go | ||
load.go | ||
mod.go | ||
parse.go | ||
pkg.go | ||
session.go | ||
snapshot.go | ||
view.go |