From: Cherry Mui Date: Wed, 24 Jan 2024 20:24:50 +0000 (-0500) Subject: doc/go1.22: remove archive/tar.FileInfoNames X-Git-Tag: go1.23rc1~1392 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=02a092778625a9e9b9eb88c954a4c6e33dc742dc;p=gostls13.git 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 --- 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. -