From 4d7eb8f8a89fed3901163be941c10057016a07a7 Mon Sep 17 00:00:00 2001 From: Yash Chauhan <53042582+iyashjayesh@users.noreply.github.com> Date: Wed, 8 Oct 2025 21:50:35 +0530 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 99f1532..5762e4c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # gocron: A Golang Job Scheduling Package - [![CI State](https://github.com/go-co-op/gocron/actions/workflows/go_test.yml/badge.svg?branch=v2&event=push)](https://github.com/go-co-op/gocron/actions) ![Go Report Card](https://goreportcard.com/badge/github.com/go-co-op/gocron) [![Go Doc](https://godoc.org/github.com/go-co-op/gocron/v2?status.svg)](https://pkg.go.dev/github.com/go-co-op/gocron/v2) @@ -12,7 +11,6 @@ gocron is a job scheduling package which lets you run Go functions at pre-determ If you want to chat, you can find us on Slack at [](https://gophers.slack.com/archives/CQ7T0T1FW) - ## Quick Start ```