mirror of https://github.com/golang/go.git
304 B
304 B
If the argument to FileInfoHeader implements the new FileInfoNames interface,
then the interface methods will be used to set the Uname/Gname of the file header.
This allows applications to override the system-dependent Uname/Gname lookup.