diff --git a/doc/go1.16.html b/doc/go1.16.html index 37a2160944..1a88568acb 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -1071,6 +1071,25 @@ func TestFoo(t *testing.T) { +
+ The new
+ ErrReader
+ function returns an
+ io.Reader that always
+ returns an error.
+
+ The new
+ TestReader
+ function tests that an io.Reader
+ behaves correctly.
+