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

8 lines
90 B
Go

package scanner
type Mode int
const (
ScanComments Mode = 1 << iota
DontInsertSemis
)