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
I'm looking at some code that uses atomic.Value+type casts. It could use atomic.Pointer (added in Go 1.19) instead to avoid type casts, be more readable and type safe. If not, would be good to at document the decision somewhere in contributor docs.
I'm looking at some code that uses
atomic.Value
+type casts. It could useatomic.Pointer
(added in Go 1.19) instead to avoid type casts, be more readable and type safe. If not, would be good to at document the decision somewhere in contributor docs.Originally posted by @ash2k in #3723 (comment)
The text was updated successfully, but these errors were encountered: