Searched defs:ErrorLocation (Results 1 – 1 of 1) sorted by relevance
198 NewError(el ErrorLocation, node mkparser.Node, text string, args ...interface{})201 type ErrorLocation struct { struct202 MkFile string203 MkLine int206 func (el ErrorLocation) String() string {