1
0
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:
nxshock 2022-03-27 12:43:57 +05:00
parent 252b2c7e80
commit dac381b93a
3 changed files with 3 additions and 3 deletions

View File

@ -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
View File

@ -1,4 +1,4 @@
module github.com/nxshock/go-cron
module github.com/nxshock/gron
go 1.18

View File

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>go-cron</title>
<title>gron</title>
<style>
/* Based on base16 architecture for building themes
https://github.com/chriskempson/base16 */