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
http://golang.org/doc/effective_go.html
In chapter Errors, section Recover, first sentence :
When panic is called, including implicitly for run-time errors such indexing an array
out of bounds or failing a type assertion,
"as" is forgotten, between "such" and "indexing"
I don't know if i am able to fix this myself in the source?