From b7689f5aa38b41c8fbd75d64aa463b898c81fca5 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 30 Jan 2020 17:32:23 -0800 Subject: [PATCH] doc/go1.14: mention new log.Lmsgprefix flag Updates #32062 Updates #36878 Change-Id: I06c7c9a9d253177155a6d46d58231ce26e659757 Reviewed-on: https://go-review.googlesource.com/c/go/+/217126 Reviewed-by: Brad Fitzpatrick --- doc/go1.14.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/go1.14.html b/doc/go1.14.html index ff42e05155..e2ac1672db 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -482,6 +482,18 @@ TODO +
log
+
+

+ The + new Lmsgprefix + flag may be used to tell the logging functions to emit the + optional output prefix immediately before the log message rather + than at the start of the line. +

+
+
+
go/doc

-- 2.50.0