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
sync.Cond in Go 1.2 has a new implementation that relies on new runtime functions. It uses one of these runtime functions (Syncsemcheck) in an init() function, preventing compiled programs from running.
sync.Cond in Go 1.2 has a new implementation that relies on new runtime functions. It uses one of these runtime functions (
Syncsemcheck
) in an init() function, preventing compiled programs from running.See http://code.google.com/p/go/source/detail?r=0b7a3fb563798e7ed37d8092c679a0c0e79b5e49 for the changes.
The text was updated successfully, but these errors were encountered: