xgo/scanner/mode.go

9 lines
90 B
Go
Raw Normal View History

2019-01-09 10:17:42 +03:00
package scanner
type Mode int
const (
ScanComments Mode = 1 << iota
DontInsertSemis
)