From e09b656661a94ae8d0d40d0b7119ab383134bb5d Mon Sep 17 00:00:00 2001 From: zijiren233 Date: Sat, 2 Nov 2024 12:25:35 +0800 Subject: [PATCH] chore: byte alignment --- internal/op/hub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/op/hub.go b/internal/op/hub.go index 9de4539..6afeb41 100644 --- a/internal/op/hub.go +++ b/internal/op/hub.go @@ -22,8 +22,8 @@ type clients struct { type Hub struct { broadcast chan *broadcastMessage exit chan struct{} - clients rwmap.RWMap[string, *clients] id string + clients rwmap.RWMap[string, *clients] wg sync.WaitGroup once utils.Once closed uint32