]> Cypherpunks repositories - gostls13.git/commit
go/token: add FileSet.AddExistingFiles
authorAlan Donovan <adonovan@google.com>
Wed, 14 May 2025 19:22:36 +0000 (15:22 -0400)
committerAlan Donovan <adonovan@google.com>
Mon, 19 May 2025 18:26:48 +0000 (11:26 -0700)
commit972639fc4cf257f04f9690e63bea7cd729b3edd2
tree49f5fc7d7923dc7522f5c09f89b2c364b6f902a2
parent11c86ddcb898f4c2c5fa548d46821ab76ea2d0fd
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>
api/next/73205.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/go/token/73205.md [new file with mode: 0644]
src/go/token/position.go
src/go/token/position_test.go