iris/_examples/auth/jwt/tutorial/util/clock.go

8 lines
161 B
Go
Raw Permalink Normal View History

2020-11-04 20:12:13 +01:00
package util
import "time"
// Now is the default current time for the whole application.
// Can be modified for testing or custom timezone.
var Now = time.Now