]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1: delete obsolete reference to FileStat
authorRob Pike <r@golang.org>
Mon, 20 Feb 2012 21:03:03 +0000 (08:03 +1100)
committerRob Pike <r@golang.org>
Mon, 20 Feb 2012 21:03:03 +0000 (08:03 +1100)
Fixes #3013.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5683049

doc/go1.html
doc/go1.tmpl

index f7a33c4038c43e8bf210e2e12815ebb972cecb6d..53b338b8659015d158d38cfec9468603d6e176a0 100644 (file)
@@ -1505,8 +1505,8 @@ methods.
 The system-specific details of file modes and properties such as (on Unix)
 i-number have been removed from <code>FileInfo</code> altogether.
 Instead, each operating system's <code>os</code> package provides an
-implementation of the <code>FileInfo</code> interface, <code>*os.FileStat</code>,
-which has a <code>Sys</code> method that returns the
+implementation of the <code>FileInfo</code> interface, which
+has a <code>Sys</code> method that returns the
 system-specific representation of file metadata.
 For instance, to discover the i-number of a file on a Unix system, unpack
 the <code>FileInfo</code> like this:
index f9744123258b5635a4267e9113f6087f6e12482f..b487c009af7fe51371d37cf4a96d9590c764ea23 100644 (file)
@@ -1408,8 +1408,8 @@ methods.
 The system-specific details of file modes and properties such as (on Unix)
 i-number have been removed from <code>FileInfo</code> altogether.
 Instead, each operating system's <code>os</code> package provides an
-implementation of the <code>FileInfo</code> interface, <code>*os.FileStat</code>,
-which has a <code>Sys</code> method that returns the
+implementation of the <code>FileInfo</code> interface, which
+has a <code>Sys</code> method that returns the
 system-specific representation of file metadata.
 For instance, to discover the i-number of a file on a Unix system, unpack
 the <code>FileInfo</code> like this: