SYMBOL INDEX (24 symbols across 4 files) FILE: example/example_test.go function TestStart (line 12) | func TestStart(t *testing.T) { function TestStartWithOptions (line 16) | func TestStartWithOptions(t *testing.T) { function TestFileParser (line 20) | func TestFileParser(t *testing.T) { function TestLoading (line 25) | func TestLoading(t *testing.T) { function TestLoading_abort (line 30) | func TestLoading_abort(t *testing.T) { function TestLoading_interrupt (line 35) | func TestLoading_interrupt(t *testing.T) { FILE: main.go type spanData (line 38) | type spanData struct function main (line 45) | func main() { function trace (line 64) | func trace(args []string) error { type goTestOutput (line 160) | type goTestOutput struct type carrier (line 167) | type carrier struct method Get (line 169) | func (c *carrier) Get(key string) string { method Set (line 176) | func (c *carrier) Set(key string, value string) { method Keys (line 180) | func (c *carrier) Keys() []string { constant usageText (line 184) | usageText = `Usage: FILE: parser.go type parser (line 20) | type parser struct method parse (line 29) | func (p *parser) parse(r io.Reader) error { method parseLine (line 43) | func (p *parser) parseLine(line string) { method startSpanForLine (line 75) | func (p *parser) startSpanForLine(line string) error { method endSpanForLine (line 85) | func (p *parser) endSpanForLine(line string, errored bool) { function newParser (line 25) | func newParser(ctx context.Context, tracer oteltrace.Tracer) (*parser, e... function parseName (line 97) | func parseName(line string) string { function parseNameAndDuration (line 101) | func parseNameAndDuration(line string) (string, time.Duration) { FILE: parser_test.go function TestParseNameAndDuration (line 14) | func TestParseNameAndDuration(t *testing.T) {