mirror of
https://github.com/cjdenio/jia.git
synced 2025-05-14 09:23:06 +00:00
Events system
This commit is contained in:
parent
ad7207c15f
commit
4dec84e9a9
7 changed files with 147 additions and 1 deletions
|
@ -16,6 +16,6 @@ func main() {
|
|||
config := jia.NewConfig()
|
||||
|
||||
// Start receiving messages
|
||||
fmt.Println(fmt.Sprintf("Listening on port %d", config.Port))
|
||||
fmt.Printf("Listening on port %d\n", config.Port)
|
||||
jia.StartServer(config)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue