Skip to content

Commit 15b7f1b

Browse files
cherrymuiezz-no
authored andcommitted
doc/go1.22: remove archive/tar.FileInfoNames
CL 514235 is reverted. Updates golang#65245. Updates golang#61422. Change-Id: Ib5d2e16c982ab25c8a87af2bdaee8568446cf599 Reviewed-on: https://go-review.googlesource.com/c/go/+/557840 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent b49be69 commit 15b7f1b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/go1.22.html

-4
Original file line numberDiff line numberDiff line change
@@ -424,10 +424,6 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
424424
<p><!-- https://go.dev/issue/58000, CL 513316 -->
425425
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.
426426
</p>
427-
428-
<p><!-- https://go.dev/issue/50102, CL 514235 -->
429-
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.
430-
</p>
431427
</dd>
432428
</dl><!-- archive/tar -->
433429

0 commit comments

Comments
 (0)