mirror of
https://github.com/cjdenio/jia.git
synced 2025-05-10 15:43:07 +00:00
🚧 Start adding monthly progress report
This commit is contained in:
parent
ed06d3145d
commit
2f8d804628
6 changed files with 89 additions and 33 deletions
|
@ -15,6 +15,8 @@ func main() {
|
|||
fmt.Println("Starting Jia…")
|
||||
config := jia.NewConfig()
|
||||
|
||||
jia.InitCron(config)
|
||||
|
||||
// Start receiving messages
|
||||
fmt.Println(fmt.Sprintf("Listening on port %d", config.Port))
|
||||
jia.StartServer(config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue