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
|
Command = "echo Hello" # command to execute
|
||||||
Description = "print Hello every minute" # job description
|
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
|
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
|
go 1.18
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
<title>go-cron</title>
|
<title>gron</title>
|
||||||
<style>
|
<style>
|
||||||
/* Based on base16 architecture for building themes
|
/* Based on base16 architecture for building themes
|
||||||
https://github.com/chriskempson/base16 */
|
https://github.com/chriskempson/base16 */
|
||||||
|
Loading…
Reference in New Issue
Block a user