diff --git a/doc/go1.21.html b/doc/go1.21.html index 743e2a3e28178..1cf4bfe1a203c 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -154,6 +154,15 @@

Linker

Core library

+

New log/slog package

+ +

+ The new log/slog package provides structured logging with levels. + Structured logging emits key-value pairs + to enable fast, accurate processing of large amounts of log data. + The package supports integration with popular log analysis tools and services. +

+

Minor changes to the library