summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/effective_go.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/effective_go.html b/doc/effective_go.html
index ac012397a..3c4ccecca 100644
--- a/doc/effective_go.html
+++ b/doc/effective_go.html
@@ -822,7 +822,6 @@ func NewFile(fd int, name string) *File {
f := new(File);
f.fd = fd;
f.name = name;
- f.error = nil;
f.dirinfo = nil;
f.nepipe = 0;
return f;