syscall.Timespec.Nsec (field)
5 uses
syscall (current package)
syscall.go#L81: return int64(ts.Sec), int64(ts.Nsec)
syscall.go#L91: return int64(ts.Sec)*1e9 + int64(ts.Nsec)
syscall_linux_amd64.go#L101: return Timespec{Sec: sec, Nsec: nsec}
ztypes_linux_amd64.go#L24: Nsec int64
os
file_posix.go#L183: utimes[i] = syscall.Timespec{Sec: _UTIME_OMIT, Nsec: _UTIME_OMIT}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)