Skip to content

Commit 81a8f1a

Browse files
committed
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 <[email protected]> Reviewed-by: Andrew Gerrand <[email protected]>
1 parent dc5b523 commit 81a8f1a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

doc/go1.7.html

-9
Original file line numberDiff line numberDiff line change
@@ -985,15 +985,6 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
985985
<dl id="os"><a href="/pkg/os/">os</a></dl>
986986

987987
<dd>
988-
<p>
989-
The
990-
<a href="/pkg/os/#File"><code>File</code></a>
991-
type adds a new
992-
<a href="/pkg/os/#File.Size"><code>Size</code></a>
993-
method, so that <code>File</code> implements the new
994-
<a href="/pkg/io/#SizedReaderAt"><code>SizedReaderAt</code></a> method.
995-
</p>
996-
997988
<p>
998989
<a href="/pkg/os/#IsExists"><code>IsExists</code></a> now returns true for <code>syscall.ENOTEMPTY</code>,
999990
on systems where that error exists.

0 commit comments

Comments
 (0)