in frame.go [46:56]
func (f Frame) Format(p Printer) { if p.Detail() { function, file, line := f.location() if function != "" { p.Printf("%s\n ", function) } if file != "" { p.Printf("%s:%d\n", file, line) } } }