xgo/scanner/error_handler.go

4 lines
65 B
Go
Raw Normal View History

2019-01-09 10:17:42 +03:00
package scanner
type ErrorHandler func(pos FilePos, msg string)