# Functions
NewStat_t fills a new Stat_t from `info`, including any runtime.GOOS-specific details from fs.FileInfo `Sys`.
# Constants
ExitCodeContextCanceled corresponds to context.Canceled and returned by ExitError.ExitCode in that case.
ExitCodeDeadlineExceeded corresponds to context.DeadlineExceeded and returned by ExitError.ExitCode in that case.
# Type aliases
ClockResolution is a positive granularity of clock precision in nanoseconds.
EpochNanos is a timestamp in epoch nanoseconds, or zero if unknown.
Inode is the file serial number, or zero if unknown.
Nanosleep puts the current goroutine to sleep for at least ns nanoseconds.
Nanotime returns nanoseconds since an arbitrary start point, used to measure elapsed time.
Osyield yields the processor, typically to implement spin-wait loops.
Walltime returns the current unix/epoch time, seconds since midnight UTC 1 January 1970, with a nanosecond fraction.