diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/main.go b/client/main.go index a9929be..5b88117 100644 --- a/client/main.go +++ b/client/main.go @@ -20,7 +20,7 @@ func main() { fmt.Println("bye!") }() - globalApp = newApplication("localhost:27508") + globalApp = newApplication("alt.mondecitronne.com:27508") go globalApp.RunClient() defer globalApp.Stop() |
