Home | History | Annotate | Download | only in doc

Lines Matching full:fileinfo

1543 <h4 id="os_fileinfo">The os.FileInfo type</h4>
1546 Go 1 redefines the <a href="/pkg/os/#FileInfo"><code>os.FileInfo</code></a> type,
1551 type FileInfo interface {
1570 i-number have been removed from <code>FileInfo</code> altogether.
1572 implementation of the <code>FileInfo</code> interface, which
1576 the <code>FileInfo</code> like this:
1602 The vast majority of uses of <code>FileInfo</code> need only the methods
1621 Running <code>go</code> <code>fix</code> will update code that uses the old equivalent of the current <code>os.FileInfo</code>
1673 type WalkFunc func(path string, info os.FileInfo, err error) error