diff --git a/doc/go1.22.html b/doc/go1.22.html index 5534a3fbad3..1bf759a9a64 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -70,6 +70,15 @@ Do not send CLs removing the interior tags from such phrases. TODO: complete this section

+
database/sql
+
+

+ The new Null[T] type + provide a way to scan nullable columns for any column types. +

+
+
+

Ports