type os.FileInfo
13 uses
os (current package)
dir.go#L37: func (f *File) Readdir(n int) ([]FileInfo, error) {
dir.go#L46: infos = []FileInfo{}
dir_unix.go#L44: func (f *File) readdir(n int, mode readdirMode) (names []string, dirents []DirEntry, infos []FileInfo, err error) {
file_unix.go#L461: info FileInfo
file_unix.go#L468: func (d *unixDirent) Info() (FileInfo, error) {
stat.go#L11: func Stat(name string) (FileInfo, error) {
stat.go#L20: func Lstat(name string) (FileInfo, error) {
stat_linux.go#L45: func atime(fi FileInfo) time.Time {
stat_unix.go#L15: func (f *File) Stat() (FileInfo, error) {
stat_unix.go#L29: func statNolog(name string) (FileInfo, error) {
stat_unix.go#L42: func lstatNolog(name string) (FileInfo, error) {
types.go#L21: type FileInfo = fs.FileInfo
types.go#L67: func SameFile(fi1, fi2 FileInfo) bool {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |