Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello, I changed the code again to support the complete 'L' #279

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

bugfan
Copy link

@bugfan bugfan commented Jan 15, 2020

Please check it when you are free
you can test like this,(or you can change your machine local time):

package main

import (
	"cron"
	"fmt"
	"time"
)

func main() {
	c := cron.New()
	c.Start()
	defer c.Stop()
	c.AddFunc("0-59 * L * 4L", func() {
		fmt.Println("test print:", time.Now())
	})
	<-(chan int)(nil)
}

@pradykaushik
Copy link

pradykaushik commented Mar 11, 2020

can you please resolve the build failure?

@zhufenggood
Copy link

@robfig Could you please review this PR?

@Rustin170506
Copy link

@robfig Could you please take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants