Skip to content

gocron.Every(5).Minute().Do(func () {}) panics with no clear error #4

Open
@marksalpeter

Description

@marksalpeter

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 () {})

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions