(pos token.Pos)
| 582 | } |
| 583 | |
| 584 | func (p *codeParser) sourceFrom(pos token.Pos) string { |
| 585 | return p.parser.sourceFrom(p.baseOffset + p.file.Offset(pos)) |
| 586 | } |
| 587 | |
| 588 | func (p *codeParser) sourceRange(start, end int) string { |
| 589 | return p.parser.src[start:end] |
no test coverage detected