mirror of
https://github.com/golang/go
synced 2024-11-18 20:14:43 -07:00
6d85cc17dd
Allmost all uses of go/types that wanted the type information computed, installed callback functions that stored the information in maps. Most of the time this is the only thing that could be done because there is no guarantee that types are completely set up before the end of type-checking. This CL removes the respective Context callbacks in favor of corresponding maps that collect the desired information on demand, grouped together in an optional Info struct. R=adonovan CC=golang-dev https://golang.org/cl/11530044 |
||
---|---|---|
.. | ||
cover | ||
godoc | ||
vet |