mirror of
https://github.com/cjdenio/jia.git
synced 2025-05-14 09:23:06 +00:00
Possibly fix timezone thing
This commit is contained in:
parent
f0f865811a
commit
2903509a87
3 changed files with 8 additions and 6 deletions
|
@ -15,6 +15,8 @@ func main() {
|
|||
fmt.Println("Starting Jia…")
|
||||
config := jia.NewConfig()
|
||||
|
||||
fmt.Printf("%+v\n", config.Events)
|
||||
|
||||
// Start receiving messages
|
||||
fmt.Printf("Listening on port %d\n", config.Port)
|
||||
jia.StartServer(config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue