From 1f4055a0ec47c86ebc35bf6f937797b2f2f1c32e Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 18 Apr 2013 17:37:09 -0700 Subject: [PATCH] doc/go1.1.html: document io.ErrNoProgress R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8833050 --- doc/go1.1.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/go1.1.html b/doc/go1.1.html index 71517fc2d8..46174aad10 100644 --- a/doc/go1.1.html +++ b/doc/go1.1.html @@ -832,6 +832,8 @@ reads progressive JPEG files and handles a few more subsampling configurations. The io package now exports the io.ByteWriter interface to capture the common functionality of writing a byte at a time. +It also exports a new error, ErrNoProgress, +used to indicate a Read implementation is looping without delivering data.
  • -- 2.50.0