Documentation ¶
Overview ¶
Package cron allows you to schedule events.
Package cron allows you to schedule events.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseInput ¶
func ParseInput(input [6]string) *crontime
ParseInput parses the input and returns a pointer to the generated datastructure. input[0]: Second input[1]: Minute input[2]: Hour input[3]: Weekday input[4]: Day (of Month) input[5]: Month
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.