adhocore / gronx

Lightweight, fast and dependency-free Cron expression parser (due checker, next/prev due date finder), task runner, job scheduler and/or daemon for Golang (tested on v1.13+) and standalone usage. If you are bold, use it to replace crontab entirely.
https://github.com/adhocore/gronx
MIT License
422 stars 25 forks source link

Fix namespace when calling some global functions in readme #34

Closed heavelock closed 11 months ago

heavelock commented 11 months ago

Hey!

I noticed that there were some mistakes in readme and some global functions were not called from gronx but gron which was previously used as a name of a var.

Cheers, Damian