]> Cypherpunks repositories - gostls13.git/commit
go/types: better names for things (cleanup)
authorRobert Findley <rfindley@google.com>
Mon, 16 Aug 2021 01:04:39 +0000 (21:04 -0400)
committerRobert Findley <rfindley@google.com>
Mon, 16 Aug 2021 13:39:01 +0000 (13:39 +0000)
commit02f932e173c713333693993c509a663b9cb2bc8b
tree894e2061b6fd650a55acc138431a91aeb4c444af
parenta192ef8ac47679ca46a41fa190af1048e7008b2b
go/types: better names for things (cleanup)

This is a port of CL 339891 to go/types.

Change-Id: If4d9bbb3ace45bec0f40082dd42ed2dd249100ec
Reviewed-on: https://go-review.googlesource.com/c/go/+/342432
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/types/instantiate.go
src/go/types/interface.go
src/go/types/termlist.go
src/go/types/termlist_test.go
src/go/types/typeset.go
src/go/types/typeterm.go
src/go/types/typeterm_test.go
src/go/types/universe.go