diff options
| author | citrons <citrons@mondecitronne.com> | 2025-06-04 12:19:27 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2025-06-07 16:02:18 -0500 |
| commit | fefc6094175ba65079641663f8e99ab20d2b5a7d (patch) | |
| tree | f30700acef9e70ff28da6f54d44dce8e81870869 /client | |
| parent | db5c7ebb320871a1fae96c4f579ce376d21e5eb8 (diff) | |
test on remote
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() |
