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
It is currently possible to assign a value to a variable named nil, as well as other reserved types like float32, int, and others. Considering how explicit Go seems to be regarding code sanity, I am inclined to consider this a bug.