go/token: add FileSet.RemoveFile method · Issue #53200 · golang/go
Background: A token.FileSet holds a collection of non-overlapping token.Files and provides a mapping from token.Pos integers to position information (file/line/column/offset). This is analogous to ...