]> Cypherpunks repositories - gostls13.git/commit
go/types: remove mode argument from the pkgFiles helper
authorRobert Findley <rfindley@google.com>
Thu, 13 Oct 2022 14:24:19 +0000 (10:24 -0400)
committerRobert Findley <rfindley@google.com>
Thu, 13 Oct 2022 15:31:43 +0000 (15:31 +0000)
commit4a0ce46917ea51a677fffe203458af4a3224f67c
tree41bc786e91960cad243986f9758fc5f7c43c0d0e
parentddd8bc1b074f51aa6fc73a94053f394e4bf25525
go/types: remove mode argument from the pkgFiles helper

This mode is now always 0. Remove the unnecessary argument to better
align with types2.

Change-Id: Ib59196a9dfc26fd66ae51381eabc760c39ad9ede
Reviewed-on: https://go-review.googlesource.com/c/go/+/442775
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
src/go/types/errorcalls_test.go
src/go/types/lookup_test.go
src/go/types/self_test.go