]> Cypherpunks.ru repositories - gostls13.git/commit
go/types: spell out 'Type' in type parameter APIs
authorRobert Findley <rfindley@google.com>
Wed, 8 Sep 2021 15:57:04 +0000 (11:57 -0400)
committerRobert Findley <rfindley@google.com>
Wed, 8 Sep 2021 16:59:47 +0000 (16:59 +0000)
commitd419f9c6124557e0bf08e00d7848e3e518ac4cbd
tree72ad20fb3bd34cf7a4a2a8a15b40f4e6689b74a0
parent12eb7331b9e220d73ecfba0281e60cf0f5285e18
go/types: spell out 'Type' in type parameter APIs

As discussed on the go/types proposal (#47916), we should spell out the
word 'Type', rather than using 'T'.

Change-Id: I5f51255eedc07fea61f909b7ecb3093a7fab765e
Reviewed-on: https://go-review.googlesource.com/c/go/+/348376
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
16 files changed:
src/go/internal/gcimporter/iimport.go
src/go/types/api_test.go
src/go/types/assignments.go
src/go/types/call.go
src/go/types/decl.go
src/go/types/index.go
src/go/types/instantiate.go
src/go/types/lookup.go
src/go/types/named.go
src/go/types/object.go
src/go/types/predicates.go
src/go/types/signature.go
src/go/types/subst.go
src/go/types/typelists.go
src/go/types/typeparam.go
src/go/types/typestring.go