aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2015-08-16 12:20:31 -0700
committerIan Lance Taylor <iant@golang.org>2015-08-17 15:29:23 +0000
commitd7aae33aef629bbc1ce95d901abdf8225740014e (patch)
treec5272174d33605aa014d86c200cbdc987548940e
parent3c4315808752a14a018b443bf02e4543146a69e8 (diff)
downloadgo-d7aae33aef629bbc1ce95d901abdf8225740014e.tar.gz
go-d7aae33aef629bbc1ce95d901abdf8225740014e.zip
doc: only the Logger.SetOutput method is new in Go 1.5
The SetOutput function has been there since Go 1. Fixes #12162. Change-Id: I66210374877581e42689f9943532141659a55ca7 Reviewed-on: https://go-review.googlesource.com/13637 Reviewed-by: Rob Pike <r@golang.org>
-rw-r--r--doc/go1.5.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/go1.5.html b/doc/go1.5.html
index 0d5cc56b81..13ca1eddb9 100644
--- a/doc/go1.5.html
+++ b/doc/go1.5.html
@@ -1087,9 +1087,8 @@ uses a caller-provided buffer, permitting control of allocation and buffer size.
The <a href="/pkg/log/"><code>log</code></a> package
has a new <a href="/pkg/log/#LUTC"><code>LUTC</code></a> flag
that causes time stamps to be printed in the UTC time zone.
-It also adds a <a href="/pkg/log/#SetOutput"><code>SetOutput</code></a> function
-to set the output destination for the standard logger
-and a corresponding method for user-created loggers.
+It also adds a <a href="/pkg/log/#Logger.SetOutput"><code>SetOutput</code></a> method
+for user-created loggers.
</li>
<li>