From 02a092778625a9e9b9eb88c954a4c6e33dc742dc Mon Sep 17 00:00:00 2001 From: Cherry Mui Date: Wed, 24 Jan 2024 15:24:50 -0500 Subject: [PATCH] doc/go1.22: remove archive/tar.FileInfoNames CL 514235 is reverted. Updates #65245. Updates #61422. Change-Id: Ib5d2e16c982ab25c8a87af2bdaee8568446cf599 Reviewed-on: https://go-review.googlesource.com/c/go/+/557840 LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov --- doc/go1.22.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/go1.22.html b/doc/go1.22.html index b62412a331..3b7ee62b27 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -424,10 +424,6 @@ We plan to include an API migration tool in a future release, likely Go 1.23.

The new method Writer.AddFS adds all of the files from an fs.FS to the archive.

- -

- If the argument to FileInfoHeader implements the new FileInfoNames interface, then the interface methods will be used to set the UID/GID of the file header. This allows applications to override the default UID/GID resolution. -

-- 2.48.1