github.com/robfig/cron/v3.ScheduleParser.Parse (method)

2 uses

	github.com/robfig/cron/v3 (current package)
		cron.go#L31: 	Parse(spec string) (Schedule, error)
		cron.go#L149: 	schedule, err := c.parser.Parse(spec)