Registry / utility / gorhill-cronexpr

gorhill-cronexpr

JSON →
library0.0.0-20180427100037-88b0669f7d75gogounverified

A Go library for parsing cron expressions and computing next/previous fire times.

go get github.com/gorhill/cronexpr
INSTALL
IMPORT
SIG · GORHILL-CRONEXPR
G
gorhill-cronexpr
utilitygov0.0.0-20180427100037-88b0669f7d75
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.

cronexpr
github.com/gorhill/cronexpr

Parse a cron expression and compute the next occurrence.

import "github.com/gorhill/cronexpr" func main() { expr, err := cronexpr.Parse("*/5 * * * *") if err != nil { panic(err) } next := expr.Next(nil) _ = next }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180427100037-88b0669f7d75latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
gorhill-cronexpr — go get gorhill-cronexpr · libregistry