]> Cypherpunks repositories - gostls13.git/commit
go/types: add String() method to Type interface.
authorAlan Donovan <adonovan@google.com>
Thu, 24 Jan 2013 19:21:51 +0000 (14:21 -0500)
committerAlan Donovan <adonovan@google.com>
Thu, 24 Jan 2013 19:21:51 +0000 (14:21 -0500)
commitf8fb95f288d54f7459d08e6b47bfa48e46b79315
tree3eb5fb6dd950c3cbc491d41ab21c30c546179313
parent3c25cd27844fb3baf69db81199fbef4a9f9834c6
go/types: add String() method to Type interface.

All implementations delegate to typeString.

Though I don't wish to exploit gri's absence to change
his code, this change is pretty low-risk and he assented to it
in the blue ink in the doc below [gophers only].
https://docs.google.com/a/google.com/document/d/1-DQ4fxlMDs9cYtnkKhAAehX6MArjOQyJsRXp-6kiJLA/edit#

R=iant, gri, gri
CC=golang-dev
https://golang.org/cl/7200046
src/pkg/go/types/errors.go
src/pkg/go/types/types.go