aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2024-01-24 15:24:50 -0500
committerCherry Mui <cherryyz@google.com>2024-01-24 20:57:42 +0000
commit02a092778625a9e9b9eb88c954a4c6e33dc742dc (patch)
tree9685435bcdff59017db0fee1782118dee828c017 /doc
parent5000b5168037d26a796da46a07088e834c3af1a0 (diff)
downloadgo-02a092778625a9e9b9eb88c954a4c6e33dc742dc.tar.gz
go-02a092778625a9e9b9eb88c954a4c6e33dc742dc.zip
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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.22.html4
1 files changed, 0 insertions, 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.
<p><!-- https://go.dev/issue/58000, CL 513316 -->
The new method <a href="/pkg/archive/tar#Writer.AddFS"><code>Writer.AddFS</code></a> adds all of the files from an <a href="/pkg/io/fs#FS"><code>fs.FS</code></a> to the archive.
</p>
-
- <p><!-- https://go.dev/issue/50102, CL 514235 -->
- If the argument to <a href="/pkg/archive/tar#FileInfoHeader"><code>FileInfoHeader</code></a> implements the new <a href="/pkg/archive/tar#FileInfoNames"><code>FileInfoNames</code></a> 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.
- </p>
</dd>
</dl><!-- archive/tar -->