package gg import ( "time" ) type Time = time.Time type Duration = time.Duration const ( ZeroDuration Duration = 0 Microsecond = time.Microsecond Millisecond = time.Millisecond Second = time.Second )