time.Time.Nanosecond (method)

5 uses

	time (current package)
		format.go#L583: 	buf = appendInt(buf, t.Nanosecond(), 0)
		format.go#L810: 			b = appendNano(b, t.Nanosecond(), std)
		format_rfc3339.go#L41: 		b = appendNano(b, t.Nanosecond(), std)
		time.go#L598: func (t Time) Nanosecond() int {

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