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/tokeninternal: avoid use of AddExistingFiles, for now
Recently, token.FileSet.AddExistingFiles was added to the standard
library. However, our immediate use of it in x/tools is causing problems
due to version skew when we import into Google, where the toolchain may
be a week or two old. Temporarily avoid the use of this new API.
Change-Id: I2cc6d89b32505d07c3b7275b4279f952e0ecf28c
Reviewed-on: https://go-review.googlesource.com/c/tools/+/674435
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Robert Findley <rfindley@google.com>
0 commit comments