go/src/os/types_unix.go

type fileStat

func (fs *fileStat) Size() int64        {}

func (fs *fileStat) Mode() FileMode     {}

func (fs *fileStat) ModTime() time.Time {}

func (fs *fileStat) Sys() any           {}

func sameFile(fs1, fs2 *fileStat) bool {}