From 81a8f1a7946c28eaa9c187b7aaa349020b7a9ba4 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 30 May 2016 15:17:14 +1000 Subject: [PATCH] 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 --- doc/go1.7.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/go1.7.html b/doc/go1.7.html index 129d88c73c9e5..97a972ec75614 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -985,15 +985,6 @@

Minor changes to the library

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.