package
0.0.0-20230707085558-ad6c5a262fdf
Repository: https://github.com/jessie-gui/x.git
Documentation: pkg.go.dev

# README

定时器

用法

// Seconds field, required
xcron.New(xcron.WithSeconds())

// Seconds field, optional
xcron.New(xcron.WithParser(xcron.NewParser(
xcron.SecondOptional | xcron.Minute | xcron.Hour | xcron.Dom | xcron.Month | xcron.Dow | xcron.Descriptor,
)))