const time.Microsecond

6 uses

	time (current package)
		format.go#L1360: 	"us": int64(Microsecond),
		format.go#L1361: 	"µs": int64(Microsecond), // U+00B5 = micro symbol
		format.go#L1362: 	"μs": int64(Microsecond), // U+03BC = Greek letter mu
		time.go#L603: 	Microsecond          = 1000 * Nanosecond
		time.go#L604: 	Millisecond          = 1000 * Microsecond
		time.go#L635: 		case u < uint64(Microsecond):