You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By running [email protected], the return value of `makeAtomic` function is
specified. After that, golangci-lint shows an error like `return copies
lock value: sync/atomic.Int32 contains sync/atomic.noCopy`.
This happens because atomic values should not be copied.
So I made a change using them as pointers.
0 commit comments