From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:33:50 +0000 (+0800) Subject: fix X-Git-Tag: v0.21.9 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=204335d886ab7421e8f38b0b53d4ed070eb93316;p=part%2F.git fix --- diff --git a/sync/Map.go b/sync/Map.go index b6b8a1c..c1c961c 100644 --- a/sync/Map.go +++ b/sync/Map.go @@ -8,7 +8,7 @@ import ( ) type Map struct { - size *atomic.Int64 + size atomic.Int64 m sync.Map }