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
gocron.Every(5).Minute().Do(func () {})
panics with no error message, its literally an empty string. this should be equivalent to
gocron.Every(5).Minutes().Do(func () {})