diff --git a/doc/go1.22.html b/doc/go1.22.html index 0b222a2e49..b9286f7898 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -324,6 +324,14 @@ defer func() { +
archive/zip
+
+

+ TODO: https://go.dev/issue/54898: archive/zip: add (*Writer).AddFS +

+
+
+
bufio

@@ -481,6 +489,10 @@ defer func() { see Object, Info.Uses, and Info.Defs for details.

+ +

+ TODO: https://go.dev/issue/60061: go/ast: add func Unparen(Expr) Expr +

@@ -699,12 +711,15 @@ defer func() { These changes make IsZero consistent with comparing a value to zero using the language == operator.

- -
+

The PtrTo function is deprecated, in favor of PointerTo.

+ +

+ TODO: https://go.dev/issue/60088: reflect: add TypeFor +

@@ -819,7 +834,7 @@ defer func() { The package remains frozen to most new functionality, and new code remains encouraged to use golang.org/x/sys/unix or golang.org/x/sys/windows where possible.

-

+

On Linux, the new SysProcAttr.PidFD field allows obtaining a PID FD when starting a child process via StartProcess or os/exec.