From: Andrew Gerrand Date: Mon, 30 May 2016 05:17:14 +0000 (+1000) Subject: doc: remove remnant mention of io.SizedReaderAt from Go 1.7 docs X-Git-Tag: go1.7beta1~38 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=81a8f1a7946c28eaa9c187b7aaa349020b7a9ba4;p=gostls13.git doc: remove remnant mention of io.SizedReaderAt from Go 1.7 docs Updates #15810 Change-Id: I37f14a0ed1f5ac24ea2169a7e65c0469bfddd928 Reviewed-on: https://go-review.googlesource.com/23559 Reviewed-by: Michael McGreevy Reviewed-by: Andrew Gerrand --- diff --git a/doc/go1.7.html b/doc/go1.7.html index 129d88c73c..97a972ec75 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -985,15 +985,6 @@ from URLs with empty query strings (like /search?).
os
-

-The -File -type adds a new -Size -method, so that File implements the new -SizedReaderAt method. -

-

IsExists now returns true for syscall.ENOTEMPTY, on systems where that error exists.