var io.ErrNoProgress
5 uses
io (current package)
io.go#L53: var ErrNoProgress = errors.New("multiple Read calls return no data or error")
bufio
bufio.go#L114: b.err = io.ErrNoProgress
bufio.go#L751: return n, io.ErrNoProgress
scan.go#L230: s.setErr(io.ErrNoProgress)
src.elv.sh/pkg/cli/term
file_reader_unix.go#L66: return 0, io.ErrNoProgress
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)