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

4 uses

	github.com/robfig/cron/v3 (current package)
		option.go#L21: 		Second | Minute | Hour | Dom | Month | Dow | Descriptor,
		parser.go#L18: 	Second         ParseOption = 1 << iota // Seconds field, default 0
		parser.go#L30: 	Second,
		parser.go#L164: 		options |= Second