var bufio.ErrTooLong

2 uses

	bufio (current package)
		scan.go#L69: 	ErrTooLong         = errors.New("bufio.Scanner: token too long")
		scan.go#L194: 				s.setErr(ErrTooLong)