const bufio.maxConsecutiveEmptyReads
6 uses
bufio (current package)
bufio.go#L42: const maxConsecutiveEmptyReads = 100
bufio.go#L100: for i := maxConsecutiveEmptyReads; i > 0; i-- {
bufio.go#L743: for nr < maxConsecutiveEmptyReads {
bufio.go#L750: if nr == maxConsecutiveEmptyReads {
scan.go#L166: if s.empties > maxConsecutiveEmptyReads {
scan.go#L229: if loop > maxConsecutiveEmptyReads {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)