func os.timespecToTime
3 uses
os (current package)
stat_darwin.go#L15: fs.modTime = timespecToTime(fs.sys.Mtimespec)
stat_darwin.go#L44: func timespecToTime(ts syscall.Timespec) time.Time {
stat_darwin.go#L50: return timespecToTime(fi.Sys().(*syscall.Stat_t).Atimespec)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)