mirror of
https://github.com/golang/go
synced 2024-11-05 15:56:12 -07:00
b8a5fcfcec
(This functionality is provided by the oracle, but its output format is inflexible, and the functionality is better suited to a shell utility. I may remove the oracle 'callgraph' feature.) See Usage for details. + Test. LGTM=sameer R=sameer CC=golang-codereviews, gri https://golang.org/cl/164460044
8 lines
105 B
Go
8 lines
105 B
Go
package main
|
|
|
|
// Don't import "testing", it adds a lot of callgraph edges.
|
|
|
|
func Example() {
|
|
C(0).f()
|
|
}
|