Skip to content

Commit

Permalink
doc: remove remnant mention of io.SizedReaderAt from Go 1.7 docs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
adg committed May 30, 2016
1 parent dc5b523 commit 81a8f1a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions doc/go1.7.html
Original file line number Diff line number Diff line change
Expand Up @@ -985,15 +985,6 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
<dl id="os"><a href="/pkg/os/">os</a></dl>

<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.
Expand Down

0 comments on commit 81a8f1a

Please sign in to comment.