// Example demonstrates the use of the trace package to trace // the execution of a Go program. The trace output will be // written to the file trace.out func Example() { … } func RunMyProgram() { … }
// Example demonstrates the use of the trace package to trace // the execution of a Go program. The trace output will be // written to the file trace.out func Example() { … } func RunMyProgram() { … }