aboutsummaryrefslogtreecommitdiff
path: root/api/next
diff options
context:
space:
mode:
authorAlan Donovan <adonovan@google.com>2025-05-14 15:22:36 -0400
committerAlan Donovan <adonovan@google.com>2025-05-19 11:26:48 -0700
commit972639fc4cf257f04f9690e63bea7cd729b3edd2 (patch)
tree49f5fc7d7923dc7522f5c09f89b2c364b6f902a2 /api/next
parent11c86ddcb898f4c2c5fa548d46821ab76ea2d0fd (diff)
downloadgo-972639fc4cf257f04f9690e63bea7cd729b3edd2.tar.xz
go/token: add FileSet.AddExistingFiles
+ test, doc, relnote Fixes #73205 Change-Id: Id3a4cc6290c55ffa518ad174a02ccca85e8636f7 Reviewed-on: https://go-review.googlesource.com/c/go/+/672875 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Robert Findley <rfindley@google.com>
Diffstat (limited to 'api/next')
-rw-r--r--api/next/73205.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/73205.txt b/api/next/73205.txt
new file mode 100644
index 0000000000..3cc2c09543
--- /dev/null
+++ b/api/next/73205.txt
@@ -0,0 +1 @@
+pkg go/token, method (*FileSet) AddExistingFiles(...*File) #73205