]> Cypherpunks repositories - gostls13.git/commit
go/types: remove need for the instance struct
authorRobert Findley <rfindley@google.com>
Tue, 31 Aug 2021 21:00:59 +0000 (17:00 -0400)
committerRobert Findley <rfindley@google.com>
Tue, 31 Aug 2021 22:45:26 +0000 (22:45 +0000)
commit580987cd5884c21dc2411244e6c9f6fbf6f963a1
tree55746b3869df95e90bef6176f6e70b2d97172281
parentd15a75e070f3ba726645dc2857ba091f824ad2d2
go/types: remove need for the instance struct

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

Change-Id: I79fcfbf5b28e9a7a2e66c81bc831e164a8da8bbb
Reviewed-on: https://go-review.googlesource.com/c/go/+/346551
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/named.go
src/go/types/typestring.go