From 0b9348fceb0d947182e65e1f387cdc7d8855f7f0 Mon Sep 17 00:00:00 2001 From: Jonathan Amsterdam Date: Fri, 26 May 2023 11:32:40 -0400 Subject: [PATCH] go1.21.html: describe testing/slogtest package Change-Id: I734aae67d410073056388852cd94776c7483b4b5 Reviewed-on: https://go-review.googlesource.com/c/go/+/498273 Run-TryBot: Jonathan Amsterdam Reviewed-by: Eli Bendersky TryBot-Bypass: Jonathan Amsterdam --- doc/go1.21.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/go1.21.html b/doc/go1.21.html index 97ee457a32..0f13f04b6f 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -318,6 +318,13 @@ Do not send CLs removing the interior tags from such phrases. The package supports integration with popular log analysis tools and services.

+

New testing/slogtest package

+ +

+ The new testing/slogtest package can help + to validate slog.Handler implementations. +

+

New slices package

@@ -987,14 +994,6 @@ Do not send CLs removing the interior tags from such phrases. -

testing/slogtest
-
-

- TODO: https://go.dev/cl/487895: testing/slogtest: tests for slog handlers; modified api/next/56345.txt -

-
-
-
unicode

-- 2.50.0