From ac4200dd0f26d1b784cf09806ef6ab2807548d19 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 21 Jun 2020 16:34:26 +0200 Subject: [PATCH] test --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 658d80e..1042835 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ type Client struct { func main() { var ( - clients map[uint32]Client + clients map[uint32]*Client paused bool = true forcePaused bool = true )