You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think most users would benefit from having something like now() available, which would expose Go's time.Now(). This would give you immediate access to all the Methods on Go's time.Time type. Other useful functions could be parseTime() (time.Parse) and since() (time.Since).