proxy.golang.org : github.com/go-pkgz/cronrange
Package cronrange provides a crontab-like format for expressing time ranges. Unlike traditional crontab that defines specific moments in time, cronrange defines time periods when something should be active. Format: `time dow dom month` Where: Each field (except time) supports single values, lists (1,3,5), ranges (1-5) and asterisk (*) for any/all values. Multiple rules can be combined using semicolons. Examples:
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/go-pkgz/cronrange
License: MIT
Latest release: 6 months ago
First release: 6 months ago
Namespace: github.com/go-pkgz
Last synced: 26 days ago