From 50cc070e0256e2e8ffdbdc772be80a5ef1bdcd87 Mon Sep 17 00:00:00 2001
From: Michael Pratt
+ TODO: https://go.dev/issue/54898: archive/zip: add (*Writer).AddFS
+
@@ -481,6 +489,10 @@ Minor changes to the library
+
+
Minor changes to the library
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 @@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 +
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
.