From fefc6094175ba65079641663f8e99ab20d2b5a7d Mon Sep 17 00:00:00 2001 From: citrons Date: Wed, 4 Jun 2025 12:19:27 -0500 Subject: test on remote --- client/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/main.go') 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() -- cgit v1.2.3