stat_other.mx raw

   1  //go:build !unix
   2  
   3  package tar
   4  
   5  import "io/fs"
   6  
   7  func sysStat(fi fs.FileInfo, h *Header, doNameLookups bool) error {
   8  	return nil
   9  }
  10