time.Time.Nanosecond (method)

4 uses

	time (current package)
		format.go#L672: 			b = formatNano(b, uint(t.Nanosecond()), std>>stdArgShift, std&stdMask == stdFracSecond9)
		time.go#L569: func (t Time) Nanosecond() int {

	golang.org/x/sys/unix
		timestruct.go#L33: 	nsec := int64(t.Nanosecond())

	log
		log.go#L129: 				itoa(buf, t.Nanosecond()/1e3, 6)