syscall.Timespec.Sec (field)
6 uses
syscall (current package)
syscall.go#L82: return int64(ts.Sec), int64(ts.Nsec)
syscall.go#L92: return int64(ts.Sec)*1e9 + int64(ts.Nsec)
syscall_darwin_amd64.go#L10: return Timespec{Sec: sec, Nsec: nsec}
ztypes_darwin_amd64.go#L24: Sec int64
github.com/go-git/go-git/v5
worktree_bsd.go#L15: e.CreatedAt = time.Unix(int64(os.Atimespec.Sec), int64(os.Atimespec.Nsec))
os
stat_darwin.go#L45: return time.Unix(int64(ts.Sec), int64(ts.Nsec))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |