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
atomic.StoreInt64(&varCounter, 1) // Set the varCounter to 1 instead of 0 because NewVariable() will first increment this counter and a global root variable has already been set to 1. (See engine/env.go L3)
0 commit comments