Awesome
go-cron
Simple golang wrapper over github.com/robfig/cron
and os/exec
as a cron replacement
usage
go-cron "* * * * * *" /bin/bash -c "echo 1"
Simple golang wrapper over github.com/robfig/cron
and os/exec
as a cron replacement
go-cron "* * * * * *" /bin/bash -c "echo 1"