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.