Searched defs:ErrorLocation (Results 1 – 1 of 1) sorted by relevance
168 NewError(el ErrorLocation, node mkparser.Node, text string, args ...interface{})171 type ErrorLocation struct { struct172 MkFile string173 MkLine int176 func (el ErrorLocation) String() string {