Skip to content

Commit f715d9c

Browse files
committed
chore: add awesome mentioned icon
1 parent ba08211 commit f715d9c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
> [!NOTE]
22
> This README was translated by ChatGPT 4o
3-
# Cron Scheduler
3+
# Go Scheduler
44

55
> Lightweight Golang scheduler supporting standard cron expressions, custom descriptors, custom intervals, and task dependencies. Easy scheduling with Go<br>
66
> Originally designed for the scheduling functionality used in threat score decay calculations for [pardnchiu/go-ip-sentry](https://github.com/pardnchiu/go-ip-sentry)
@@ -9,7 +9,8 @@
99
[![card](https://goreportcard.com/badge/github.com/pardnchiu/go-scheduler)](https://goreportcard.com/report/github.com/pardnchiu/go-scheduler)
1010
[![codecov](https://img.shields.io/codecov/c/github/pardnchiu/go-scheduler)](https://app.codecov.io/github/pardnchiu/go-scheduler)
1111
[![version](https://img.shields.io/github/v/tag/pardnchiu/go-scheduler?label=release)](https://github.com/pardnchiu/go-scheduler/releases)
12-
[![license](https://img.shields.io/github/license/pardnchiu/go-scheduler)](LICENSE)<br>
12+
[![license](https://img.shields.io/github/license/pardnchiu/go-scheduler)](LICENSE)
13+
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)<br>
1314
[![readme](https://img.shields.io/badge/readme-EN-white)](README.md)
1415
[![readme](https://img.shields.io/badge/readme-ZH-white)](README.zh.md)
1516

README.zh.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cron 定時排程
1+
# Go 定時排程
22

33
> 輕量的 Golang 排程器,支援標準 cron 表達式、自定義描述符、自訂間隔和任務依賴關係。輕鬆使用 Go 撰寫排程<br>
44
> 原本是設計給 [pardnchiu/go-ip-sentry](https://github.com/pardnchiu/go-ip-sentry) 威脅分數衰退計算所使用到的排程功能
@@ -7,7 +7,8 @@
77
[![card](https://goreportcard.com/badge/github.com/pardnchiu/go-scheduler)](https://goreportcard.com/report/github.com/pardnchiu/go-scheduler)
88
[![codecov](https://img.shields.io/codecov/c/github/pardnchiu/go-scheduler)](https://app.codecov.io/github/pardnchiu/go-scheduler)
99
[![version](https://img.shields.io/github/v/tag/pardnchiu/go-scheduler?label=release)](https://github.com/pardnchiu/go-scheduler/releases)
10-
[![license](https://img.shields.io/github/license/pardnchiu/go-scheduler)](LICENSE)<br>
10+
[![license](https://img.shields.io/github/license/pardnchiu/go-scheduler)](LICENSE)
11+
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)<br>
1112
[![readme](https://img.shields.io/badge/readme-EN-white)](README.md)
1213
[![readme](https://img.shields.io/badge/readme-ZH-white)](README.zh.md)
1314

0 commit comments

Comments
 (0)