go/doc/next/6-stdlib/99-minor
qiulaidongfeng d838e4dcdf archive/tar: add FileInfoNames interface
An optional interface FileInfoNames has been added.

If the parameter fi of FileInfoHeader implements the interface
the Gname/Uname of the return value Header
are provided by the method of the interface.

Also added testing.

Fixes #50102

Change-Id: I47976e238eb20ed43113b060e4f83a14ae49493e
GitHub-Last-Rev: a213613c79
GitHub-Pull-Request: golang/go#65273
Reviewed-on: https://go-review.googlesource.com/c/go/+/558355
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-03-15 16:01:50 +00:00
..
archive/tar archive/tar: add FileInfoNames interface 2024-03-15 16:01:50 +00:00
database/sql doc: fix various release notes mistakes 2024-03-15 03:39:16 +00:00
debug/elf doc: fix various release notes mistakes 2024-03-15 03:39:16 +00:00
net doc: fix various release notes mistakes 2024-03-15 03:39:16 +00:00
os doc: fix various release notes mistakes 2024-03-15 03:39:16 +00:00
path/filepath doc: fix various release notes mistakes 2024-03-15 03:39:16 +00:00
reflect reflect: add Overflow methods to Type 2024-02-28 14:08:38 +00:00
runtime/debug doc: fix various release notes mistakes 2024-03-15 03:39:16 +00:00
sync doc: fix various release notes mistakes 2024-03-15 03:39:16 +00:00
syscall doc: fix various release notes mistakes 2024-03-15 03:39:16 +00:00
unicode/utf16 unicode/utf16: add func RuneLen 2024-03-07 19:08:48 +00:00
0-heading.md doc/next: initial contents 2024-01-24 16:44:53 +00:00
README doc/next: initial contents 2024-01-24 16:44:53 +00:00

API changes and other small changes to the standard library go here.