var bufio.ErrTooLong

2 uses

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