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
There are certain cases where you need a global mutex (see #9713 for one example) and the only reasonable way to do that without something like Go's init functions is a mutex type with a static initializer similar to PTHREAD_MUTEX_INITIALIZER from libpthread.