syscall.Timespec.Nano (method)
2 uses
syscall (current package)
syscall.go#L91: func (ts *Timespec) Nano() int64 {
timestruct.go#L10: func TimespecToNsec(ts Timespec) int64 { return ts.Nano() }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)