mirror of https://github.com/golang/go.git
In golang.org/cl/209419, CheckPackageHandle was renamed to PackageHandle, but a number of references to CheckPackageHandle remained in function names and comments. This CL cleans up most of these, though there was at least one case (internal/lsp/cache.checkPackageKey) where the obvious renaming conflicted with another function, so I skipped it. Change-Id: I517324279ff05bd5b1cab4eeb212a0090ca3e3ad Reviewed-on: https://go-review.googlesource.com/c/tools/+/214800 Reviewed-by: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
|---|---|---|
| .. | ||
| analysis.go | ||
| builtin.go | ||
| cache.go | ||
| check.go | ||
| debug.go | ||
| error_test.go | ||
| errors.go | ||
| external.go | ||
| load.go | ||
| modfiles.go | ||
| overlay.go | ||
| parse.go | ||
| parse_mod.go | ||
| pkg.go | ||
| session.go | ||
| snapshot.go | ||
| view.go | ||