type bufio.SplitFunc

3 uses

	bufio (current package)
		scan.go#L31: 	split        SplitFunc // The function to split the tokens.
		scan.go#L67: type SplitFunc func(data []byte, atEOF bool) (advance int, token []byte, err error)
		scan.go#L284: func (s *Scanner) Split(split SplitFunc) {