time.Duration.Microseconds (method)

one use

	time (current package)
		time.go#L762: func (d Duration) Microseconds() int64 { return int64(d) / 1e3 }