{"id":51907,"library":"jasonlvhit-gocron","title":"GoCron","description":"A Go job scheduling package for running functions periodically at pre-determined intervals.","status":"active","version":"0.0.1","language":"go","source_language":null,"source_url":"https://github.com/jasonlvhit/gocron","tags":["scheduler","cron","jobs","periodic"],"install":[{"cmd":"go get github.com/jasonlvhit/gocron","lang":"bash","label":"Install github.com/jasonlvhit/gocron"}],"dependencies":[],"imports":[{"symbol":"gocron","correct":"github.com/jasonlvhit/gocron"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/jasonlvhit/gocron\"\n)\n\nfunc main() {\n\tgocron.Every(1).Second().Do(func() { fmt.Println(\"tick\") })\n\t<-gocron.Start()\n}","lang":"go","description":"Run a task every second"},"warnings":[],"env_vars":null,"search_vec":"'cron':17 'determin':14 'function':9 'go':3 'gocron':1 'interv':15 'job':4,18 'packag':6 'period':10,19 'pre':13 'pre-determin':12 'run':8 'schedul':5,16","created_at":"2026-06-15T06:34:20.816190+00:00","updated_at":"2026-06-15T06:34:20.816190+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/jasonlvhit/gocron","github":"https://github.com/jasonlvhit/gocron","docs":"https://pkg.go.dev/github.com/jasonlvhit/gocron#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}