Versions in this module Expand all Collapse all v0 v0.1.0 Jul 25, 2025 Changes in this version + const HasBirthTime + const HasChangeTime + type Timespec interface + AccessTime func() time.Time + BirthTime func() time.Time + ChangeTime func() time.Time + HasBirthTime func() bool + HasChangeTime func() bool + ModTime func() time.Time + func Get(fi os.FileInfo) Timespec + func Lstat(name string) (Timespec, error) + func Stat(name string) (Timespec, error) + func StatFile(file *os.File) (Timespec, error)