From d7aae33aef629bbc1ce95d901abdf8225740014e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 16 Aug 2015 12:20:31 -0700 Subject: [PATCH] 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 --- doc/go1.5.html | 5 ++--- 1 file 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 log package has a new LUTC flag that causes time stamps to be printed in the UTC time zone. -It also adds a SetOutput function -to set the output destination for the standard logger -and a corresponding method for user-created loggers. +It also adds a SetOutput method +for user-created loggers.
  • -- 2.48.1