Error parsing error
| 8 | |
| 9 | // Error parsing error |
| 10 | type Error struct { |
| 11 | Msg string |
| 12 | Pos *position.Position |
| 13 | } |
| 14 | |
| 15 | // NewError creates and returns new Error |
| 16 | func NewError(msg string, p *position.Position) *Error { |
nothing calls this directly
no outgoing calls
no test coverage detected