]> Cypherpunks repositories - gostls13.git/commit
go/types: rename NewInterface2 to NewInterfaceType
authorRobert Griesemer <gri@golang.org>
Mon, 25 Jun 2018 23:21:59 +0000 (16:21 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 26 Jun 2018 17:31:34 +0000 (17:31 +0000)
commitcd016af6b6bbbeeb1c14fea574914862a50c3ad6
tree6cc6fe2049b7640ae2a58ea5c458294059c9c2be
parent8997ec1c4e01b01f9950f0869085ef5be6d45ef0
go/types: rename NewInterface2 to NewInterfaceType

NewInterface2 was introduced with https://go-review.googlesource.com/114317
which fixed #25301. Changed the name to NewInterfaceType to better match
Go naming styles, per discussion with @josharian, @iant, et al.

Change-Id: Ifa4708a5efd4f708295b33c3d20fdc5812e1b4fc
Reviewed-on: https://go-review.googlesource.com/120875
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
api/go1.11.txt
src/go/internal/gccgoimporter/parser.go
src/go/internal/gcimporter/bimport.go
src/go/internal/gcimporter/iimport.go
src/go/types/type.go
src/go/types/typestring_test.go
src/go/types/universe.go