const github.com/robfig/cron/v3.Dow

5 uses

	github.com/robfig/cron/v3 (current package)
		option.go#L21: 		Second | Minute | Hour | Dom | Month | Dow | Descriptor,
		parser.go#L24: 	Dow                                    // Day of week field, default *
		parser.go#L35: 	Dow,
		parser.go#L168: 		options |= Dow
		parser.go#L218: 	Minute | Hour | Dom | Month | Dow | Descriptor,