aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2016-05-30 15:17:14 +1000
committerAndrew Gerrand <adg@golang.org>2016-05-30 05:24:16 +0000
commit81a8f1a7946c28eaa9c187b7aaa349020b7a9ba4 (patch)
tree384f8e3659a13f3deb5a93f15ae5ad89421cb031
parentdc5b5239e8020ca0b366ba02f99fe87728fa290c (diff)
downloadgo-81a8f1a7946c28eaa9c187b7aaa349020b7a9ba4.tar.gz
go-81a8f1a7946c28eaa9c187b7aaa349020b7a9ba4.zip
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 <mcgreevy@golang.org> Reviewed-by: Andrew Gerrand <adg@golang.org>
-rw-r--r--doc/go1.7.html9
1 files changed, 0 insertions, 9 deletions
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
@@ -986,15 +986,6 @@ from URLs with empty query strings (like <code>/search?</code>).
<dd>
<p>
-The
-<a href="/pkg/os/#File"><code>File</code></a>
-type adds a new
-<a href="/pkg/os/#File.Size"><code>Size</code></a>
-method, so that <code>File</code> implements the new
-<a href="/pkg/io/#SizedReaderAt"><code>SizedReaderAt</code></a> method.
-</p>
-
-<p>
<a href="/pkg/os/#IsExists"><code>IsExists</code></a> now returns true for <code>syscall.ENOTEMPTY</code>,
on systems where that error exists.
</p>