mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
go/types: minor simplification
Change-Id: Ia315cef2022197ec740023b67827bc810219b868 Reviewed-on: https://go-review.googlesource.com/c/go/+/715361 Reviewed-by: Robert Griesemer <gri@google.com> Auto-Submit: Mark Freeman <markfreeman@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
7601cd3880
commit
77c5130100
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ var filemap = map[string]action{
|
||||||
renameIdents(f, "syntax->ast")
|
renameIdents(f, "syntax->ast")
|
||||||
renameSelectors(f, "ElemList->Elts")
|
renameSelectors(f, "ElemList->Elts")
|
||||||
},
|
},
|
||||||
"lookup.go": func(f *ast.File) { fixTokenPos(f) },
|
"lookup.go": fixTokenPos,
|
||||||
"main_test.go": nil,
|
"main_test.go": nil,
|
||||||
"map.go": nil,
|
"map.go": nil,
|
||||||
"mono.go": func(f *ast.File) {
|
"mono.go": func(f *ast.File) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue