type bufio.SplitFunc

3 uses

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