Categorygithub.com/michaloo/go-cron
repositorypackage
0.0.2
Repository: https://github.com/michaloo/go-cron.git
Documentation: pkg.go.dev

# README

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"