type bufio.SplitFunc
3 uses
bufio (current package)
scan.go#L32: 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) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)