Registry / utility / gogits-cron

gogits-cron

JSON →
library0.0.0-20171120032916-9f6c956d3e14gogounverified

A cron spec parser and job runner for Go.

go get github.com/gogits/cron
INSTALL
IMPORT
SIG · GOGITS-CRON
G
gogits-cron
utilitygov0.0.0-20171120032916-9f6c956d3e14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cron
github.com/gogits/cron

Runs a cron job every second.

package main import ( "fmt" "github.com/gogits/cron" ) func main() { c := cron.New() c.AddFunc("@every 1s", func() { fmt.Println("tick") }) c.Start() select {} }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20171120032916-9f6c956d3e14latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gogits-cron — go get gogits-cron · libregistry