xgo/scanner/error_handler.go
2019-01-08 23:17:42 -08:00

3 lines
65 B
Go

package scanner
type ErrorHandler func(pos FilePos, msg string)