mirror of
https://github.com/golang/go
synced 2024-11-18 19:14:40 -07:00
a1dade8bdc
The typechecker uses *types.Func for functions, concrete methods and interface methods; and *types.Var for variables and struct fields. This change makes clear which kind of function we're describing. (We can't do it for vars since go/types doesn't expose enough information, yet.) Also: add "omitempty" to one JSON field. R=crawshaw CC=golang-dev https://golang.org/cl/13527044 |
||
---|---|---|
.. | ||
json | ||
testdata/src | ||
callees.go | ||
callers.go | ||
callgraph.go | ||
callstack.go | ||
describe.go | ||
freevars.go | ||
implements.go | ||
oracle_test.go | ||
oracle.go | ||
peers.go |