Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for promise (0.18 sec)

  1. src/archive/tar/common.go

    // If fi describes a directory, a slash is appended to the name.
    //
    // Since fs.FileInfo's Name method only returns the base name of
    // the file it describes, it may be necessary to modify Header.Name
    // to provide the full path name of the file.
    //
    // If fi implements [FileInfoNames]
    // Header.Gname and Header.Uname
    // are provided by the methods of the interface.
    func FileInfoHeader(fi fs.FileInfo, link string) (*Header, error) {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24.7K bytes
    - Viewed (2)
Back to top