syscall.Timespec.Nano (method)

2 uses

	syscall (current package)
		syscall.go#L90: func (ts *Timespec) Nano() int64 {
		timestruct.go#L10: func TimespecToNsec(ts Timespec) int64 { return ts.Nano() }