mirror of https://github.com/go-co-op/gocron.git
Update README.md with gocron-ui note
This commit is contained in:
parent
028b401157
commit
e9eeab33b5
|
|
@ -1,13 +1,18 @@
|
|||
# gocron: A Golang Job Scheduling Package
|
||||
|
||||
|
||||
[](https://github.com/go-co-op/gocron/actions)
|
||||
 [](https://pkg.go.dev/github.com/go-co-op/gocron/v2)
|
||||
|
||||
gocron is a job scheduling package which lets you run Go functions at pre-determined intervals.
|
||||
|
||||
> Looking for a visual interface?
|
||||
> Check out [**gocron-ui**](https://github.com/go-co-op/gocron-ui) — a lightweight web dashboard to monitor, trigger, and manage your `gocron` jobs in real time.
|
||||
|
||||
If you want to chat, you can find us on Slack at
|
||||
[<img src="https://img.shields.io/badge/gophers-gocron-brightgreen?logo=slack">](https://gophers.slack.com/archives/CQ7T0T1FW)
|
||||
|
||||
|
||||
## Quick Start
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue