mirror of
https://github.com/golang/go
synced 2024-11-05 11:46:12 -07:00
4228ee8063
Examples: - "foo$1" becomes "pkg.foo$1" - "init$1" (meaning the first declared "init" function) becomes "init#1", to distinguish it from "init$1" (meaning the first anonymous function within the synthetic "init" function that initializes package-level vars). It is now an invariant that all source-level (non-synthetic) functions have distinct names, and that all names include the enclosing package. Added test for this. + updated various clients. LGTM=gri R=gri CC=golang-codereviews https://golang.org/cl/122750043 |
||
---|---|---|
.. | ||
serial | ||
testdata/src | ||
callees.go | ||
callers.go | ||
callgraph.go | ||
callstack.go | ||
definition.go | ||
describe.go | ||
freevars.go | ||
implements.go | ||
oracle_test.go | ||
oracle.go | ||
peers.go | ||
pointsto.go | ||
pos.go | ||
referrers.go | ||
TODO | ||
what.go |