time.Duration.Nanoseconds (method)

one use

	time (current package)
		time.go#L789: func (d Duration) Nanoseconds() int64 { return int64(d) }