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
internal/gcimporter: have IImportShallow accept an import func
In preparation for skipping imports that aren't reached, change the
gcimporter.IImportShallow API to accept an func rather than an explicit
map.
Update call sites to use a trivial wrapper around the new API.
Subsequent CLs will avoid building packages that aren't needed.
Updates golang/go#57987
Change-Id: Iee88e5f42fa353cde3e87447031c3e7485f04ca4
Reviewed-on: https://go-review.googlesource.com/c/tools/+/476436
Reviewed-by: Alan Donovan <[email protected]>
gopls-CI: kokoro <[email protected]>
Run-TryBot: Robert Findley <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
0 commit comments