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
if(true){
// do something
}
else{
// do something else
}
But it isn't the same case with Go , I guess. when i hit enter and add else in next line, it gives syntax error. I initially thought it was just indentation but later realized syntax is supposed to be the way as in this sample. Felt specifying the same would be helpful.