mirror of
https://github.com/nxshock/gron.git
synced 2024-11-27 03:41:00 +05:00
Fix new project name
This commit is contained in:
parent
252b2c7e80
commit
dac381b93a
@ -11,5 +11,5 @@
|
||||
Command = "echo Hello" # command to execute
|
||||
Description = "print Hello every minute" # job description
|
||||
```
|
||||
3. Launch `go-cron` binary
|
||||
3. Launch `gron` binary
|
||||
4. HTTP interface available on http://127.0.0.1:9876
|
||||
|
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
||||
module github.com/nxshock/go-cron
|
||||
module github.com/nxshock/gron
|
||||
|
||||
go 1.18
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user